-
Notifications
You must be signed in to change notification settings - Fork 0
/
suggestion.html
27 lines (24 loc) · 917 Bytes
/
suggestion.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
<!-- iframe content-->
<!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">
<link rel="stylesheet" href="css/mycss.css">
<link rel="stylesheet" href="css/iframe.css">
</head>
<body>
<div class="container center alignCenter">
<form action="#" method="GET">
<h1>Questionnaire</h1>
<p>pls leave your profile</p>
<p>phone:<input type="tel" name="phone" placeholder="ex.0938-111-111"></p>
<p>email:<input type="email" name="email"></p>
<p>請輸入竟見</p>
<p><textarea name="content" cols="30" rows="10"></textarea></p>
<p><input type="submit" value="confirm"><input type="reset" value="rest"></p>
</form>
</div>
</body>
</html>