Fix: index.html default url

This commit is contained in:
2018-09-13 14:42:03 +09:00
parent 860a6500a1
commit dad83205cd
+1 -1
View File
@@ -1,7 +1,7 @@
<html>
<script type="text/javascript">
location.href="./src/web/main/index.html";
location.href="./mouse_typing/src/web/main/index.html";
</script>
</html>