-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (42 loc) · 1.25 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<!-- Don`t include only for demo -->
<link rel="stylesheet" href="source/css/style.css">
<!-- /Don`t include only for demo -->
<title>Demo Simple Tabs</title>
</head>
<body>
<div class="container">
<header class="header">
<h1>Demo Simple Tabs on jQuery by Alexander Sharkov</h1>
</header>
<!-- demo page menu -->
<ul class="main-menu">
<li class="item">
<a href="demo/simple_tabs_horizontal.html" class="link">Horizontal</a>
</li>
<li class="item">
<a href="demo/simple_tabs_vertical.html" class="link">Vertical</a>
</li>
<li class="item">
<a href="demo/simple_tabs_horizontal_three_on_one_page.html" class="link">Three on a page</a>
</li>
<li class="item">
<a href="demo/simple_tabs_horizontal_ajax.html" class="link">Ajax</a>
</li>
<li class="item">
<a href="demo/simple_tabs_horizontal_callbacks.html" class="link">Callbacks</a>
</li>
<li class="item">
<a href="demo/simple_tabs_horizontal_autotab.html" class="link">Auto tab title</a>
</li>
<li class="item">
<a href="https://github.com/bladeaweb/SimpleTabs" class="link">Source</a>
</li>
</ul>
<!-- /demo page menu -->
</div>
</body>
</html>