-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
44 lines (41 loc) · 1.2 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
44
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SAO Utils Web Ver</title>
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/hammer.min.js"></script>
<script src="js/vendor/jquery.velocity.min.js"></script>
<link rel="stylesheet" href="css/sao.css">
</head>
<body >
<div class="wrapper" id="test_el">
<p>God's in his heaven,all's right with the world.</p>
<p>Black sheep wall.</p>
<p>Go to the kitchen.</p>
<a href="http://www.baidu.com">Baidu</a>
<input type="text" placeholder="Type your username">
<div id="sao_overlay">
<div class="sao_mask">
</div>
<div id="sao_menu">
<!-- <div class="menu_btn icon_box" id="menu_btn1">
<div id="item_info" class="icon_inner icon_info">
</div>
</div>
<div class="menu_btn icon_box" id="menu_btn2">
<div id="item_setting" class="icon_inner icon_setting">
</div>
</div>
<div class="menu_btn icon_box" id="menu_btn3">
<div id="item_plugin" class="icon_inner icon_plugin"></div>
</div>
-->
</div>
</div>
</div>
<script scr="js/sao/sao.init.js"></script>
<script src="js/sao/sao.gesture.js"></script>
<script src="js/sao/sao.main.js"></script>
</body>
</html>