-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlast.html
More file actions
39 lines (36 loc) · 1.27 KB
/
last.html
File metadata and controls
39 lines (36 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Last Page</title>
<link rel="stylesheet" href="last.css">
</head>
<body style = "margin:0px">
<div class="header">
<div class="nav-container"></div>
<a href="./home.html">홈</a>
<a href="board/board.html">게시판</a>
<a href="mypage/myPage.html">마이페이지</a>
</div>
<div>
<div class="last-container">
<div class="last-content">
<img src="img/dukxi_logo.png" alt="Logo">
<h3>Dukxi 와 함께 한 시간, <br>
만족스러우셨나요?</h3>
<div class="today-ride">
<p><strong>오늘의 운행</strong></p>
<p><input type="text" class="textbox"> 부터
<input type="text" class="textbox"> 까지
<input type="text" class="textbox"> 명</p>
<p>1인당 비용 <input type="text" class="textbox"> 원</p>
</div>
<div class="buttons">
<button class="report-button">신고하기</button>
<button class="complete-button">완료</button>
</div>
</div>
</div>
</body>
</html>