-
Notifications
You must be signed in to change notification settings - Fork 0
/
pain.html
45 lines (32 loc) · 1.54 KB
/
pain.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
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="pain.css">
<link href="hover.css" rel="stylesheet" media="all">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<title>Report A Rapist</title>
</head>
<body>
<a class="home-link" href="index.html">Home</a>
<div class="container">
<div class="hero">
<h1>You've been wronged, Let us Help.</h1>
</div>
<form id="pain-form" method="POST" action="https://script.google.com/macros/s/AKfycbzRyA86IzvLbPm_v4horhEyy49ggzSY1H_70AyAkQ/exec">
<textarea id="message" name="message" placeholder="Share your pains" required></textarea>
<input type="email" name="email" id="email" placeholder="*we need your email so that we can contact you for further actions" required>
<input class="submit-btn" type="submit" value="Submit">
</form>
<div class="heel">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
</ul>
</div>
</div>
</body></html>