-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (53 loc) · 1.85 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta charset=UTF-8″ />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="menu.css?ver=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&display=swap" rel="stylesheet">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<script src="https://kit.fontawesome.com/20fe46358c.js" crossorigin="anonymous"></script>
</head>
<body class="wrap">
<h1 style="text-align: center;">맛 집 탐 방</h1>
<a href="main_menu.html#pageone" target="_self">
<div class="content_korea" id="font">
<h2>한 식</h2>
</div>
<div class="content_korea">
<img src="korea.png">
</div>
</a>
<a href="main_menu.html#pagetwo" target="_self">
<div class="content_china" id="font">
<h2>중 식</h2>
</div>
<div class="content_china">
<img src="china.png">
</div>
</a>
<a href="main_menu.html#pagefour" target="_self">
<div class="content_west" id="font">
<h2>양 식</h2>
</div>
<div class="content_west">
<img src="west.png">
</div>
</a>
<a href="main_menu.html#pagethree" target="_self">
<div class="content_jepan" id="font">
<h2>일 식</h2>
</div>
<div class="content_jepan">
<img src="jepan.png">
</div>
</a>
<div class="main_footer">
<P>copyright © 16112317 신영호</P>
</div>
</body>
</html>