81 lines
2.7 KiB
HTML
81 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
<meta charset="UTF-8">
|
|
<title>준비</title>
|
|
|
|
<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"></script>
|
|
<script src="../../game/lib/global/global_variables.js?update_date=190608"></script>
|
|
|
|
<!-- library source files -->
|
|
<script src="../../game/lib/util/number_util.js"></script>
|
|
<script src="../../game/lib/util/string_util.js?update_date=190608"></script>
|
|
<script src="../../game/lib/util/record_util.js"></script>
|
|
<script src="../../game/lib/util/date_util.js?update_date=190608"></script>
|
|
|
|
<script src="../../game/lib/text/input_type_text.js?update_date=191224"></script>
|
|
<script src="../../game/lib/text/announce_box.js?update_date=191224"></script>
|
|
<script src="../../game/lib/text/how_to_play.js?update_date=191224"></script>
|
|
<script src="../../game/lib/text/screen_top_ui.js?update_date=191224"></script>
|
|
<script src="../../game/lib/text/screen_bottom_ui.js?update_date=191224"></script>
|
|
|
|
<script src="../../game/lib/keyboard_shortcut.js"></script>
|
|
<script src="../../game/lib/history_record_manager.js"></script>
|
|
<script src="../../game/lib/db_connect_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/chart.js?update_date=190608"></script>
|
|
|
|
<!-- source files -->
|
|
<script src="../../game/start/start.js?update_date=190608"></script>
|
|
<script src="../../game/start/main.js"></script>
|
|
|
|
|
|
<style>
|
|
body{
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
canvas{
|
|
margin: 0 auto;
|
|
}
|
|
</style>
|
|
|
|
<!-- Google Admob
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({
|
|
google_ad_client: "ca-pub-1331753663238060",
|
|
enable_page_level_ads: true
|
|
});
|
|
</script>
|
|
-->
|
|
|
|
|
|
|
|
<script>
|
|
$(document).ready(function() {
|
|
$('#client_refresh').load("./../module/client_refresh.html");
|
|
});
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="Start" style="text-align:center;"></div>
|
|
<div id="client_refresh"></div>
|
|
</body>
|
|
</html> |