mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
13 lines
219 B
HTML
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>
|