forked from FrDH/mmenu-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!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>jQuery.mmenu, app look-alike menus with sliding submenus.</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/advanced.html" frameborder="0" width="320" height="480"></iframe>
</div>
<div id="page">
<h1>mmenu</h1>
<p>The best jQuery plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and web-app.</p>
<p>Check out the example on the left or <a href="http://mmenu.frebsite.nl/examples.html" target="_blank">play around with the options</a>.</p>
<p>For the full documentation please visit: <a href="http://mmenu.frebsite.nl" target="_blank">mmenu.frebsite.nl</a></p>
<p>There also is a <a href="http://mmenu.frebsite.nl/wordpress-plugin.html">WordPress plugin available</a>.</p>
</div>
</div>
</body>
</html>