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.

27 lines
811 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.4.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. <header>
  13. <h1>Atlas</h1>
  14. <p>Atlas is a set of APIs for looking up information about locations.</p>
  15. </header>
  16. <?= $this->fetch($this->page . '.php') ?>
  17. <footer>
  18. <div class="right">
  19. <a href="https://github.com/aaronpk/Atlas">Source Code</a>
  20. </div>
  21. &copy; <?= date('Y') ?> by Aaron Parecki
  22. </footer>
  23. </body>
  24. </html>