default.html 689 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <title>{{ page.title }} </title>
  7. <meta name="viewport" content="width=device-width">
  8. <link rel="icon" type="image/png" href="/favicon.png" />
  9. <link rel="stylesheet" href="{{page.prefix}}/css/main.css">
  10. </head>
  11. <body>
  12. <div id="wrapper">
  13. <div id="main">
  14. <h1 class="title">{{ page.title }}</h1>
  15. {{ content }}
  16. </div>
  17. </div>
  18. <div id="footer">
  19. <a href="{{page.prefix}}/">&lt;&lt;</a>
  20. </div>
  21. </body>
  22. </html>