forked from DevGrow/SliderNav
-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
30 lines (30 loc) · 916 Bytes
/
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
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="AlphaNav index">
<title>AlphaNav</title>
<link rel="stylesheet" href="dist/normalize.css" />
<script type="text/javascript" src="dist/jquery-2.0.3.min.js"></script>
<style>
body {
margin-top: 5em;
text-align: center;
}
a {
line-height: 2;
}
</style>
</head>
<body>
<a href='demo/mobile.html'>Mobile Example</a>
<br>
<a href='demo/arabic.html'>Arabic Example</a>
<br>
<a href='demo/windowed.html'>Windowed</a>
<br />
<a href='readme.html'>Read Me</a>
</body>
</html>