101 lines
3.9 KiB
HTML
101 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
<meta charset="UTF-8">
|
|
|
|
<title>긴글 시험 | 초코마에</title>
|
|
<meta name="description" CONTENT="긴글 시험 - 한글/영문 타자 앱 | 초코마에 ‧ Typing examination - Korean/English typing app | ChocoMae">
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CMCJ6N2208"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-CMCJ6N2208');
|
|
</script>
|
|
|
|
|
|
<link rel="icon" href="/mouse_typing/resources/image/icon/favicon.ico" type="image/x-icon" />
|
|
<link rel="shortcut icon" href="/mouse_typing/resources/image/icon/favicon.ico" type="image/x-icon" />
|
|
|
|
<link href="../../../resources/font/open-iconic-master/font/css/open-iconic-bootstrap.css" rel="stylesheet">
|
|
<link href="../../../resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<script type="text/javascript" src="./../../../resources/jquery/jquery-3.3.1.min.js"></script>
|
|
<script src="../../../resources/js/phaser.min.js"></script>
|
|
<script type="text/javascript" src="../../util/phaser-input-master/build/phaser-input.min.js"></script>
|
|
|
|
<!-- global source files -->
|
|
<script src="../../game/lib/session_storage_manager.js"></script>
|
|
<script src="../../game/lib/score_manager.js"></script>
|
|
<script src="../../game/lib/heart_manager.js"></script>
|
|
<script src="../../game/lib/global/global_variables.js"></script>
|
|
|
|
<!-- library source files -->
|
|
<script src="../../game/lib/color/main_color.js"></script>
|
|
|
|
<script src="../../game/lib/util/string_util.js"></script>
|
|
<script src="../../game/lib/util/number_util.js"></script>
|
|
<script src="../../game/lib/util/record_util.js"></script>
|
|
<script src="../../game/lib/util/time_util.js"></script>
|
|
|
|
<script src="../../game/lib/text/input_type_text.js"></script>
|
|
<script src="../../game/lib/text/time_over_text.js"></script>
|
|
<script src="../../game/lib/text/mission_clear_text.js"></script>
|
|
<script src="../../game/lib/text/screen_top_ui.js"></script>
|
|
<script src="../../game/lib/text/screen_bottom_ui.js"></script>
|
|
|
|
<script src="../../game/lib/keyboard_shortcut.js"></script>
|
|
<script src="../../game/lib/history_record_manager.js"></script>
|
|
<script src="../../game/lib/button/round_rect_button.js"></script>
|
|
<script src="../../game/lib/button/back_button.js"></script>
|
|
<script src="../../game/lib/button/fullscreen_button.js"></script>
|
|
<script src="../../game/lib/db_connect_manager.js"></script>
|
|
<script src="../../game/lib/db_service.js"></script>
|
|
<script src="../../game/lib/experience_app_timer.js"></script>
|
|
<script src="../../game/lib/realtime_stage_timer.js"></script>
|
|
|
|
<!-- Examination typing : source files -->
|
|
<script src="../../game/typing/lib/content_progress.js"></script>
|
|
<script src="../../game/typing/lib/typing_text_manager.js"></script>
|
|
<script src="../../game/typing/lib/key_mapper.js"></script>
|
|
|
|
<script src="../../game/lib/animal.js"></script>
|
|
<script src="../../game/lib/animal_record_list.js"></script>
|
|
|
|
<script src="../../game/typing/examination/define_variables.js"></script>
|
|
<script src="../../game/typing/examination/average_typing_speed.js"></script>
|
|
<script src="../../game/typing/examination/game.js?update=190927"></script>
|
|
<script src="../../game/typing/examination/main.js"></script>
|
|
|
|
|
|
<style>
|
|
body{
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
canvas{
|
|
margin: 0 auto;
|
|
}
|
|
</style>
|
|
|
|
|
|
<script>
|
|
$(document).ready(function() {
|
|
$('#client_refresh').load("./../module/client_refresh.html");
|
|
$('#block_copy_paste_shortcut').load("./../module/block_copy_paste_shortcut.html");
|
|
});
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="Typing Examination" style="text-align:center;"></div>
|
|
<div id="client_refresh"></div>
|
|
<div id="block_copy_paste_shortcut"></div>
|
|
</body>
|
|
</html> |