-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 851 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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/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="//g.alicdn.com/platform/c/tinymce/4.3.12/tinymce.min.js"></script>
<script src="./dist/demo.js"></script>
</body>
</html>