-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
72 lines (67 loc) · 3.25 KB
/
support.html
File metadata and controls
72 lines (67 loc) · 3.25 KB
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
72
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>Gunsan Tour Hub</title>
<!-- CSS STYLE -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/reset14.css">
<link rel="stylesheet" href="css/style14.css">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- 웹 폰트 -->
<link href="https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap" rel="stylesheet">
</head>
<body>
<div id="wrap">
<div id="header">
<div class="container">
<div class="header">
<div class="header-menu">
<a href="https://github.com/programmer-ethan/Gunsan_TourHub_Web">Git</a>
<a href="https://www.youtube.com/watch?v=NMHutMQIAxk">Youtube</a>
</div>
<!-- //헤더 메뉴 -->
<div class="header-tit">
<h1>군산 관광 허브</h1>
</div>
</div>
</div>
</div>
<!-- //header -->
<div id="contents">
<div id="cont_nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="notification.html">군산 관광 허브 소개</a></li>
<li><a href="reason.html">군산 관광 허브가 필요한 이유</a></li>
<li><a href="support.html">군산 관광 허브 지원사항</a></li>
<li><a href="future.html">수산시장 상가 정보 공개</a></li>
</ul>
<div class="container" style=" margin-top: 30px; ">
<h3 style="font-weight:bold">군산 관광 허브 지원 사항</h3>
<br/>
</div>
<div class="container">
</div>
<div class="container" style=" margin-bottom: 30px; font-size: 18px;">
<h5 style="font-weight:bold">1. 기존 상가 개선 지원</h5>
수산 시장 내 상가에 대하여 정보 공개를 조건으로 광고 지원
</div>
<div class="container" style=" margin-top: 60px; margin-bottom: 30px; font-size: 18px;">
<h5 style="font-weight:bold">2. 신규 상가 입점 지원</h5>
군산시 소유 토지 적은 임대료로 지원
</div>
</div>
</div>
<!-- //contents -->
<div id="footer">
<div class="container"><span style="color:white; font-size:12pt">ⓒ 2021 빅 콘테스트 이노백이션팀</span></div>
</div>
<!-- //footer -->
</div>
<!-- //wrap -->
</body>
</html>