Add: meta tag description, favicon
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user