2019-05-07 20:00:11 +08:00

22 lines
571 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>ShadowEditor.UI</title>
<link rel="stylesheet" href="../ShadowEditor.Web/assets/css/icon/iconfont.css">
<link rel="stylesheet" href="css/ShadowEditor.UI.css">
</head>
<body>
<div id="container"></div>
<script src="js/react.js"></script>
<script src="js/react-dom.js"></script>
<script src="build/ShadowEditor.UI.js"></script>
<script>
var exanple = new Shadow.Example();
exanple.render(document.querySelector('#container'));
</script>
</body>
</html>