-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 808 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>uxcore-cascade-select</title>
<link rel="stylesheet" href="//alinw.alicdn.com/??platform/common/s/1.1/global/global.css">
<!-- <link rel="stylesheet" href="./node_modules/uxcore-kuma/dist/orange.css"> -->
<link rel="stylesheet" href="./dist/demo.css">
<script src="//alinw.alicdn.com/??platform/c/jquery/1.11.3/dist/jquery.js"></script>
</head>
<body>
<div id="UXCoreDemo"></div>
<script src="./node_modules/console-polyfill/index.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>