Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <%# IMPORTANT: Please read before changing! %>
  4. <%# This file is rendered on the server using ERB, so it does NOT use Volt's %>
  5. <%# normal template system. You can add to it, but keep in mind the template %>
  6. <%# language difference. This file handles auto-loading all JS/Opal and CSS. %>
  7. <head>
  8. <meta charset="UTF-8" />
  9. <%= javascript_tags %>
  10. <%= css_tags %>
  11. </head>
  12. <body>
  13.  
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement