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.

38 lines
710 B

5 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>[blogo-title]</title>
  8. <!-- Theme CSS -->
  9. <link href="css/own.css" rel="stylesheet">
  10. </head>
  11. <body id="page-top">
  12. <!-- Navigation -->
  13. <nav><a href="/">blogoExample</a></nav>
  14. <h1>The blogoExample blog</h1>
  15. <div>
  16. <!-- here will be placed the content of the blog index,
  17. and the content of each different blog page -->
  18. [blogo-content]
  19. </div>
  20. <hr>
  21. <footer>This is the footer</footer>
  22. <!-- jQuery -->
  23. <script src="vendor/jquery/jquery.min.js"></script>
  24. </body>
  25. </html>