-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresult_1.html
More file actions
50 lines (43 loc) · 1.37 KB
/
Copy pathresult_1.html
File metadata and controls
50 lines (43 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Pot Hole</title>
<style>
@import url('result_1.css');
</style>
</head>
<body>
<header>
<div class ="mark"><!--메인 페이지 하이퍼링크-->
<a href="site_index.html"><img src = "img/mark.png" width="80px"></a>
</div>
<h1>
<a href="site_index.html">도로의 Pot Hole 탐지<br><br></a>
</h1>
<h2><div id="menu"><!--페이지 목록 코드-->
<ul>
<li><a href = "#">Pot Hole</a>
<ul>
<li><a href = "intro.html">Pot Hole 개념 설명</a></li>
</ul>
</li>
<li><a href = "#">결과 페이지</a>
<ul>
<li><a href="result_1.html">내용 1</a></li>
<br>
<li><a href="result_2.html">내용 2</a></li>
</ul>
</li>
</ul>
</div>
</h2>
</header>
<section>
<div id="intro">
<br><br><br><br><br><br>
<h1>결과 삽입</h1>
</div>
</section>
</body>
</html>