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

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8">
<title>Tiny Hamburger | Demo 386 Top</title>
<link rel="shortcut icon" href="#" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" type="text/css" rel="stylesheet" />
<link href="css/icomoon.css" type="text/css" rel="stylesheet" />
<link href="css/fonts.css" type="text/css" rel="stylesheet" />
<link href="css/demo-386-top.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="panel">
<tiny-hamburger>
<nav>
<ul>
<li><a class="current" href="index.html">Demo: 386 / Top</a></li>
<li><a href="demo-386-left.html">Demo: 386 / Left</a></li>
<li><a href="demo-flat-left.html">Demo: Flat / Left</a></li>
</ul>
</nav>
</tiny-hamburger>
</div>
<footer>
<a target="_blank" href="https://github.com/HerrHase/tiny-hamburger">
<i class="icon icon-github"></i>
</a>
</footer>
<script src="js/demo-386-top.js"></script>
</body>
</html>