index.html.erb 136 B

12345678
  1. <style>
  2. html {
  3. --background-primary: hsl(0, 0%, 10%);
  4. }
  5. </style>
  6. <%= render template: 'init/spinner-loading' %>
  7. <div id="app"></div>