17 lines
201 B
HTML
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> |