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.

22 lines
564 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
  7. <title><?= $this->e($title) ?></title>
  8. <link href="/assets/styles.css" rel="stylesheet">
  9. <link href="/semantic-ui/semantic.min.css" rel="stylesheet">
  10. <script src="/assets/jquery.js"></script>
  11. <script src="/semantic-ui/semantic.js"></script>
  12. </head>
  13. <body>
  14. <?= $this->section('content') ?>
  15. <footer>
  16. </footer>
  17. </body>
  18. </html>