forked from salt-ui/saltui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<title>SaltUI Demo</title>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,viewport-fit=cover" />
<meta http-equiv="cleartype" content="on">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="">
<link rel="stylesheet" href="./build/blue.css">
<!-- 可以用于测试在老样式中的兼容性 -->
<!-- <link rel="stylesheet" href="https://unpkg.com/saltui@4.2.0/build/blue.min.css"> -->
</head>
<body>
<div id="TingleDemo"></div>
<script src="http://g.alicdn.com/platform/nw_hybrid_jssdk/0.1.30/loader.js"></script>
<!-- <script src="./node_modules/fastclick/lib/fastclick.js"></script> -->
<script src="./node_modules/babel-polyfill/dist/polyfill.min.js"></script>
<script src="./node_modules/react/umd/react.development.js"></script>
<script src="./node_modules/react-dom/umd/react-dom.development.js"></script>
<script src="./dist/demo.js"></script>
</body>
</html>