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.

34 lines
1.2 KiB

5 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="utf-8">
  5. <title>Tiny Hamburger | Demo 386 Top</title>
  6. <link rel="shortcut icon" href="#" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" type="text/css" rel="stylesheet" />
  9. <link href="css/icomoon.css" type="text/css" rel="stylesheet" />
  10. <link href="css/fonts.css" type="text/css" rel="stylesheet" />
  11. <link href="css/demo-386-top.css" type="text/css" rel="stylesheet" />
  12. </head>
  13. <body>
  14. <div class="panel">
  15. <tiny-hamburger>
  16. <nav>
  17. <ul>
  18. <li><a class="current" href="index.html">Demo: 386 / Top</a></li>
  19. <li><a href="demo-386-left.html">Demo: 386 / Left</a></li>
  20. <li><a href="demo-flat-left.html">Demo: Flat / Left</a></li>
  21. </ul>
  22. </nav>
  23. </tiny-hamburger>
  24. </div>
  25. <footer>
  26. <a target="_blank" href="https://github.com/HerrHase/tiny-hamburger">
  27. <i class="icon icon-github"></i>
  28. </a>
  29. </footer>
  30. <script src="js/demo-386-top.js"></script>
  31. </body>
  32. </html>