Add: maestro login

This commit is contained in:
2018-06-25 11:01:29 +09:00
parent 7e85b7d639
commit a5ee18440f
5 changed files with 137 additions and 28 deletions
+1 -25
View File
@@ -3,38 +3,14 @@
<head>
<title>마우스 타자 연습</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="./src/web/css/module.css">
<link rel="stylesheet" type="text/css" href="./src/web/css/color_button.css">
<script type="text/javascript" src="./resources/jquery/jquery-3.3.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#header").load("./src/web/module/header.html");
$("#section").load("./src/web/module/home_section.html");
$("#footer").load("./src/web/module/footer.html");
});
location.href = "./src/web/main/index.html";
</script>
</head>
<body bgcolor="white">
<div id="wrapper">
<header id="header">
</header>
<section id="section">
</section>
<footer id="footer">
</footer>
</div>
</body>