forked from uxcore/uxcore-tinymce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 894 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>uxcore-tinymce</title>
<link rel="stylesheet" href="./node_modules/uxcore-kuma/dist/orange.css">
<link rel="stylesheet" href="./dist/demo.css">
<link rel="stylesheet" type="text/css" href="//alinw.alicdn.com/??platform/common/s/1.1/global/global.css">
</head>
<body>
<br><br><br><br>
<div id="UXCoreDemo" style="margin-left: 50px;"></div>
<script src="./node_modules/console-polyfill/index.js"></script>
<script src="./node_modules/es5-shim/es5-shim.min.js"></script>
<script src="./node_modules/es5-shim/es5-sham.min.js"></script>
<script src="./node_modules/react/dist/react-with-addons.js"></script>
<script src="./node_modules/react-dom/dist/react-dom.js"></script>
<script src="//g.alicdn.com/platform/c/tinymce/4.3.12/tinymce.min.js"></script>
<script src="./dist/demo.js"></script>
</body>
</html>