ShadowEditor/index.html
2017-06-21 07:32:30 +08:00

13 lines
219 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>ThreeEditor</title>
<script>
window.location = 'ThreeEditor/ThreeEditor/editor/index.html';
</script>
</head>
<body>
</body>
</html>