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
564 B

  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Atlas</title>
  5. <link rel="stylesheet" href="/assets/pure-0.6.0/pure-min.css">
  6. <link rel="stylesheet" href="/assets/pure-0.6.0/grids-responsive-min.css">
  7. <link rel="stylesheet" href="/assets/font-awesome-4.3.0/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="/assets/styles.css">
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10. </head>
  11. <body>
  12. <?= $this->fetch($this->page . '.php') ?>
  13. <footer>
  14. &copy; 2015 by Aaron Parecki
  15. </footer>
  16. </body>
  17. </html>