Files
chocomae/test/key_mapper.html
T
2018-06-12 17:43:34 +09:00

28 lines
1012 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Key Mapper</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.6.0.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://code.jquery.com/qunit/qunit-2.6.0.js"></script>
<!--
<script src="../src/game/lib/string_util.js"></script>
<script src="../src/game/lib/date_util.js"></script>
<script src="../src/game/lib/session_storage_manager.js"></script>
<script src="../src/game/global/global_variables.js"></script>
<script src="../src/game/lib/history_record_manager.js"></script>
<script src="../src/game/lib/ranking_record_manager.js"></script>
-->
<script src="../src/game/typing/practice/key_mapper.js"></script>
<script src="../src/game/typing/practice/english_key_mapper.js"></script>
<script src="../src/game/typing/practice/korean_key_mapper.js"></script>
<script src="key_mapper.js"></script>
</body>
</html>