-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
32 lines (28 loc) · 1.05 KB
/
main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="kr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>Main</title>
<!--css-->
<link rel="stylesheet" href="./lib/css/defalut.css">
<link rel="stylesheet" href="./lib/css/common.css">
<link rel="stylesheet" href="./lib/css/style.css">
<!-- script -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAQRIT2tpNRKu9hleY2y7XHil4qxRyFGv8" async defer></script>
<script defer src="./lib/javascript/common.js"></script>
<script defer type="module" src="./lib/javascript/controller/main.js"></script>
<script defer src="./lib/include/header.js"></script>
<script defer src="./lib/include/bottom_bar.js"></script>
</head>
<body>
<header></header>
<div class="content-wrap">
<div class="user-info"></div>
<div class="contain">
</div>
</div>
<div class="bt_bar"></div>
</body>
</html>