Current state
This commit is contained in:
27
public/js/mmenu/index.html
Normal file
27
public/js/mmenu/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!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/playground.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>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user