Add: meta tag description, favicon

This commit is contained in:
2018-11-14 10:35:06 +09:00
parent 924d05dc6c
commit f6fba87ec1
15 changed files with 17 additions and 18 deletions
-7
View File
@@ -1,11 +1,7 @@
<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" />
@@ -19,7 +15,6 @@
saveMaestroID(-1);
$(document).ready(function() {
$("#header").load("./../module/header.html");
$("#section").load("./../module/home_section.html");
$("#footer").load("./../module/footer.html");
@@ -54,6 +49,4 @@
</div>
</body>
</html>