-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
21 lines (20 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="//g.alicdn.com/??platform/common/s/1.1/global/global.css,uxcore/uxcore-kuma/2.3.2/blue.min.css" id="ui-theme">
<link rel="stylesheet" type="text/css" href="/blue.css" id="theme"/>
<!-- <link rel="stylesheet" type="text/css" href="http://alixux.org/saltui/blue.css" id="theme"/> -->
<!--[if lt IE 10]>
<script src="https://as.alipayobjects.com/g/component/??console-polyfill/0.2.2/index.js,es5-shim/4.5.7/es5-shim.min.js,es5-shim/4.5.7/es5-sham.min.js,html5shiv/3.7.2/html5shiv.min.js,media-match/2.0.2/media.match.min.js"></script>
<![endif]-->
</head>
<body>
<div id="react-content"></div>
</body>
<script src="//g.alicdn.com/platform/c/??react/15.4.1/react-with-addons.min.js,react/15.4.1/react-dom.min.js"></script>
<script src="/common.js"></script>
<script src="/index.js"></script>
</html>