Front website https://natronics.org
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.

20 lines
608 B

10 years ago
8 years ago
8 years ago
10 years ago
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <meta name="description" content="natronics.org">
  7. <link rel="shortcut icon" href="/favicon.{{ site.time | date: '%s' }}.ico">
  8. <link rel="stylesheet" href="/assets/style.{{ site.time | date: '%s' }}.css">
  9. <title>{{ page.title }}</title>
  10. </head>
  11. <body>
  12. <header>
  13. <span class="title">natronics.org</span>
  14. </header>
  15. {{ content }}
  16. <footer>
  17. made in the vapid, generic boretown of Boulder, CO.
  18. </footer>
  19. </body>
  20. </html>