Add: html root folder - index.html -> mouse_typing/src/web/main/index.html

This commit is contained in:
2018-09-09 16:10:17 +09:00
parent 7573ac032d
commit d458cedf7a
+5 -15
View File
@@ -1,17 +1,7 @@
<html> <html>
<script type="text/javascript">
location.href="./src/web/main/index.html";
</script>
<head> </html>
<title>마우스 타자 연습</title>
<script type="text/javascript">
location.href = "./src/web/main/index.html";
</script>
</head>
<body bgcolor="white">
</body>
</html>