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.

24 lines
602 B

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title><?= $this->e($title) ?></title>
  6. <link href="/assets/style.css" rel="stylesheet">
  7. <link href="/semantic-ui/semantic.min.css" rel="stylesheet">
  8. <script src="/assets/jquery-1.11.3.min.js"></script>
  9. <script src="/semantic-ui/semantic.min.js"></script>
  10. <script src="/assets/script.js"></script>
  11. <meta name="viewport" content="width=device-width, initial-scale=1">
  12. </head>
  13. <body>
  14. <?= $this->section('content') ?>
  15. <!--
  16. <footer>
  17. <a href="https://indiewebcamp.com/X-Ray">What is X-Ray?</a>
  18. </footer>
  19. -->
  20. </body>
  21. </html>