forked from Tencent/weui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.29 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.29 KB
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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
<title>WeUI</title>
<link rel="stylesheet" href="../style/weui.css"/>
<link rel="stylesheet" href="./example.css"/>
</head>
<body ontouchstart>
<div class="container" id="container"></div>
<link rel="import" href="./fragment/home.html">
<link rel="import" href="./fragment/button.html">
<link rel="import" href="./fragment/cell.html">
<link rel="import" href="./fragment/toast.html">
<link rel="import" href="./fragment/dialog.html">
<link rel="import" href="./fragment/progress.html">
<link rel="import" href="./fragment/msg.html">
<link rel="import" href="./fragment/article.html">
<link rel="import" href="./fragment/tab.html">
<link rel="import" href="./fragment/navbar.html">
<link rel="import" href="./fragment/tabbar.html">
<link rel="import" href="./fragment/panel.html">
<link rel="import" href="./fragment/actionsheet.html">
<link rel="import" href="./fragment/icons.html">
<link rel="import" href="./fragment/searchbar.html">
<script src="./zepto.min.js"></script>
<script src="./router.min.js"></script>
<script src="./example.js"></script>
</body>
</html>