-
Notifications
You must be signed in to change notification settings - Fork 0
/
error_report.html
41 lines (40 loc) · 1.48 KB
/
error_report.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
<!DOCTYPE html>
<html lang="en">
<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">
<title>島島阿學</title>
<link rel="shortcut icon" href="img/daodao_icon.png">
<link rel="stylesheet" href="/css/error_report.css">
</head>
<body>
<div class="wrap">
<div class="bar">
<img class="bar-img-top" src="img/daodao_logo.png" alt="daodao_logo">
<a href="#"><img class="bar-img-down" src="/img/icon-cancel.svg" alt="icon_cancer"></a>
</div>
<div class="banner">
<a href="/error.html"><img class="banner-img" src="/img/icon-arrow.svg" alt="privious-page"></a>
<h1>回報問題</h1>
</div>
<div class="content">
<ul>
<li>
<p>問題名稱</p>
<input class="content-item-top" type="text" value="請輸入問題名稱">
</li>
<li>
<p>問題描述</p>
<textarea class="content-item-down" name="information" >請描述你遇到的問題,你的回饋對我們來說非常重要。</textarea>
</li>
</ul>
</div>
<div class="next">
<form action="error_report_done.html">
<input class="next-item" type="submit" value="送出" />
</form>
</div>
</div>
</body>
</html>