Files
chocomae/index.html
T
2018-06-25 11:01:29 +09:00

17 lines
201 B
HTML

<html>
<head>
<title>마우스 타자 연습</title>
<script type="text/javascript">
location.href = "./src/web/main/index.html";
</script>
</head>
<body bgcolor="white">
</body>
</html>