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.

23 lines
611 B

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