50 lines
1.1 KiB
HTML
50 lines
1.1 KiB
HTML
<html>
|
|
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<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/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<script type="text/javascript" src="./../../../resources/jquery/jquery-3.3.1.min.js"></script>
|
|
<script type="text/javascript" src="./../js/main.js"></script>
|
|
<script type="text/javascript" src="./../js/request_server.js"></script>
|
|
<script type="text/javascript">
|
|
saveMaestroID(-1);
|
|
|
|
$(document).ready(function() {
|
|
|
|
$("#header").load("./../module/header.html");
|
|
$("#section").load("./../module/home_section.html");
|
|
$("#footer").load("./../module/footer.html");
|
|
});
|
|
</script>
|
|
</head>
|
|
|
|
|
|
|
|
<body bgcolor="white">
|
|
|
|
<div id="wrapper">
|
|
|
|
<header id="header">
|
|
</header>
|
|
|
|
<section id="section">
|
|
</section>
|
|
|
|
<footer id="footer">
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
</html> |