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.

19 lines
528 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="stylesheet" href="/assets/style.css?{{ site.time | date: '%s' }}">
  8. <title>{{ page.title }}</title>
  9. </head>
  10. <body>
  11. <header>
  12. <span class="title">natronics.org</span>
  13. </header>
  14. {{ content }}
  15. <footer>
  16. made in the vapid, generic boretown of Boulder, CO.
  17. </footer>
  18. </body>
  19. </html>