-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmit2.html
More file actions
46 lines (35 loc) · 1.45 KB
/
submit2.html
File metadata and controls
46 lines (35 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>鲁虺品牌设计网 秘密沟通</title>
<link rel="stylesheet" href="assets/css/submit.css">
<link rel="stylesheet" href="assets/css/fonts/linecons/css/linecons.css">
<link rel="stylesheet" href="assets/css/fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/fonts/linecons/css/linecons.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="main-submit">
<header>
<a href="index.html" style="height: 40px;">
<img src="assets/images/logo@3x.png" alt="Logo" />
</a>
</header>
</div>
<div class="main-submit">
<form action="http://formspree.io/f/meqbjqlj" method="POST">
<h2>📬 善意沟通</h2>
<div class="form-group">
<label for="detailed-introduction">您我之间的秘密:</label>
<textarea id="detailed-introduction" name="detailed-introduction" rows="5" placeholder="请输入详细内容"></textarea>
</div>
<div class="form-group">
<label for="project-features">您的联系方式:</label>
<textarea id="project-features" name="project-features" rows="3" placeholder="请输入联系方式"></textarea>
</div>
<button type="submit" class="btn btn-primary">提交</button>
</form>
</div>
</body>
</html>