You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

layout.erb 432B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>vlv search</title>
  5. <link rel="stylesheet" href="/style.css">
  6. <meta name="viewport" content="width=device-width;initial-scale=1.0">
  7. </head>
  8. <body>
  9. <div class="container">
  10. <%= erb :'partials/header' %>
  11. <%= erb :'partials/auth' %>
  12. <%= yield %>
  13. <%= erb :'partials/footer' %>
  14. </div>
  15. <script src="/script.js"></script>
  16. </body>
  17. </html>