2019-05-07 19:44:28 +08:00

22 lines
531 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 app = new Shadow.Application();
app.render();
</script>
</body>
</html>