frdh-mhead-js/index.html
2022-11-18 21:42:43 +01:00

27 lines
924 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="www.frebsite.nl" />
<meta content="width=600px user-scalable=yes" name="viewport" />
<meta name="robots" content="noindex, nofollow" />
<title>mhead.js - sticky mobile navigation headers.</title>
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Pacifico" />
<link type="text/css" rel="stylesheet" href="demo/css/site.css" />
</head>
<body>
<div id="wrapper">
<div class="phone">
<iframe name="phone" src="demo/default.html" frameborder="0" width="320" height="480"></iframe>
</div>
<div id="page">
<h1>mhead</h1>
<p>Keep your header in view when appropriate, while saving space the rest of the time.</p>
<p>Check out <a href="http://mmenujs.com/mhead-plugin" target="_blank">the documentation</a> for more information.</p>
</div>
</div>
</body>
</html>