prepend.html 542 B

12345678910111213141516171819202122232425262728
  1. <!doctype html>
  2. <html lang="en-us">
  3. <head>
  4. <title>prepend</title>
  5. <link rel="stylesheet" href="assets/css/screen.css" />
  6. </head>
  7. <body>
  8. <div class="site">
  9. <div class="site-hd" role="banner">
  10. <h2>Goodnight Moon</h2>
  11. <h1>prepend</h1>
  12. </div>
  13. <div class="site-bd" role="main">
  14. <p>Dolor sit amet.</p>
  15. <p>Lorem ipsum.</p>
  16. </div>
  17. <div class="site-ft" role="contentinfo">
  18. <p>MIT License</p>
  19. <small>&copy; 1984</small>
  20. </div>
  21. </div>
  22. <script src="assets/js/controllers/home.js"></script>
  23. </body>
  24. </html>