Files
chocomae/src/web/client/login.html
T

174 lines
10 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta charset="UTF-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-85912788-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-85912788-2');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N8PB4F3');</script>
<!-- End Google Tag Manager -->
<title>로그인 | 초코마에</title>
<meta name="description" CONTENT="마우스, 한글/영문 타자 연습 앱 | 초코마에 ‧ Mouse and Korean/English tyiping practice app | ChocoMae">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/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>
<!-- global source files -->
<script src="../../game/lib/session_storage_manager.js?update_date=190908"></script>
<script src="../../game/lib/global/global_variables.js?update_date=190908"></script>
<!-- library source files -->
<script src="../../game/lib/color/main_color.js?update_date=190908"></script>
<script src="../../game/lib/util/number_util.js?update_date=190908"></script>
<script src="../../game/lib/util/string_util.js?update_date=190908"></script>
<script src="../../game/lib/util/record_util.js?update_date=190908"></script>
<script src="../../game/lib/util/date_util.js?update_date=190908"></script>
<script src="../../game/lib/util/time_util.js?update_date=190908"></script>
<script src="../../game/lib/text/input_type_text.js?update_date=190908"></script>
<script src="../../game/lib/text/screen_top_ui.js?update_date=190908"></script>
<script src="../../game/lib/text/screen_bottom_ui.js?update_date=190908"></script>
<script src="../../game/lib/text/mission_clear_text.js?update_date=190908"></script>
<script src="../../game/lib/text/time_over_text.js?update_date=190908"></script>
<script src="../../game/lib/text/game_over_text.js?update_date=190908"></script>
<script src="../../game/lib/text/score_board.js?update_date=190908"></script>
<script src="../../game/lib/text/score_text.js?update_date=190908"></script>
<script src="../../game/lib/text/combo_text.js?update_date=190908"></script>
<script src="../../game/lib/text/announce_box.js?update_date=190908"></script>
<script src="../../game/lib/text/how_to_play.js?update_date=190908"></script>
<script src="../../game/lib/text/history_text.js?update_date=190927"></script>
<script src="../../game/lib/text/ranking_text.js?update_date=190927"></script>
<script src="../../game/lib/button/round_rect_button.js?update_date=190908"></script>
<script src="../../game/lib/button/home_button.js?update_date=190908"></script>
<script src="../../game/lib/button/back_button.js?update_date=190908"></script>
<script src="../../game/lib/button/fullscreen_button.js?update_date=190908"></script>
<script src="../../game/lib/button/game_app_button.js?update_date=190908"></script>
<script src="../../game/lib/button/typing_tab_button.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/button_setting.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/basic_button.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/setting_button.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/tab_setting.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/basic_tab.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/app_group_tab.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/language_tab.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/tab_layout.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/typing_app_button.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/typing_exam_button.js?update_date=190908"></script>
<script src="../../game/lib/flat_button/play_app_button.js?update_date=190908"></script>
<script src="../../game/lib/sprite/sprite_icon_timer.js?update_date=190908"></script>
<script src="../../game/lib/db_connect_manager.js?update_date=190908"></script>
<script src="../../game/lib/db_service.js?update_date=190927"></script>
<script src="../../game/lib/history_record_manager.js?update_date=190927"></script>
<script src="../../game/lib/ranking_record_manager.js?update_date=190927"></script>
<script src="../../game/lib/score_manager.js?update_date=190908"></script>
<script src="../../game/lib/heart_manager.js?update_date=190908"></script>
<script src="../../game/lib/experience_app_timer.js?update_date=190908"></script>
<script src="../../game/lib/realtime_stage_timer.js?update_date=190908"></script>
<script src="../../game/lib/stage_timer.js?update_date=190908"></script>
<script src="../../game/lib/heart_gauge.js?update_date=190908"></script>
<script src="../../game/lib/chart.js?update_date=190927"></script>
<script src="../../game/lib/keyboard_shortcut.js?update_date=190908"></script>
<script src="../../game/lib/animal.js?update_date=190908"></script>
<script src="../../game/lib/animal_record_list.js?update_date=190908"></script>
<script src="../../web/js/lib/account_validator.js?update_date=190908"></script>
<!-- login : source files -->
<script src="../../game/login/login.js?update_date=190908"></script>
<script src="../../game/login/main.js?update_date=190908"></script>
<!-- Practice typing : text files -->
<script src="../../game/typing/alphabet_list/korean_basic.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/korean_left_upper.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/korean_second_finger.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/korean_right_upper.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/korean_left_lower.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/korean_right_lower.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/korean_left_upper_double.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/korean_right_upper_double.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/korean_word.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/korean_sentence.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/english_basic.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/english_left_lower.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/english_left_upper.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/english_right_lower.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/english_right_upper.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/english_second_finger.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/english_upper_lower.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/english_sentence.js?update_date=190908"></script>
<script src="../../game/typing/alphabet_list/english_word.js?update_date=190908"></script>
<!-- Test typing : text files -->
<script src="../../game/typing/word_list/korean_basic.js?update_date=190908"></script>
<script src="../../game/typing/word_list/korean_left_upper.js?update_date=190908"></script>
<script src="../../game/typing/word_list/korean_second_finger.js?update_date=190908"></script>
<script src="../../game/typing/word_list/korean_right_upper.js?update_date=190908"></script>
<script src="../../game/typing/word_list/korean_left_lower.js?update_date=190908"></script>
<script src="../../game/typing/word_list/korean_right_lower.js?update_date=190908"></script>
<script src="../../game/typing/word_list/korean_left_upper_double.js?update_date=190908"></script>
<script src="../../game/typing/word_list/korean_right_upper_double.js?update_date=190908"></script>
<script src="../../game/typing/word_list/korean_word.js?update_date=190908"></script>
<script src="../../game/typing/word_list/korean_sentence.js?update_date=190908"></script>
<script src="../../game/typing/word_list/english_basic.js?update_date=190908"></script>
<script src="../../game/typing/word_list/english_left_lower.js?update_date=190908"></script>
<script src="../../game/typing/word_list/english_left_upper.js?update_date=190908"></script>
<script src="../../game/typing/word_list/english_right_lower.js?update_date=190908"></script>
<script src="../../game/typing/word_list/english_right_upper.js?update_date=190908"></script>
<script src="../../game/typing/word_list/english_second_finger.js?update_date=190908"></script>
<script src="../../game/typing/word_list/english_sentence.js?update_date=190908"></script>
<script src="../../game/typing/word_list/english_word.js?update_date=190908"></script>
<style>
body{
padding: 0;
margin: 0;
}
canvas{
margin: 0 auto;
}
</style>
<script>
$(document).ready(function() {
$('#client_refresh').load("./../module/client_refresh.html");
});
</script>
</head>
<body>
<div id="Login" style="text-align:center;"></div>
<div id="client_refresh"></div>
</body>
</html>