-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
32 lines (29 loc) · 1013 Bytes
/
Contact.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>unavailable</title>
</head>
<body style="background-color:beige;">
<center>
<h2>Please Please Please contact me.<strong> I'm a LONER</strong> </h2>
<h4> Address: Sneha's Heart</h4>
<h4> Phone: 6969696969</h4>
<h4> Linkedin: Currently unavailable</h4>
<h4> Whatsapp: MY read receipt is off. Don't trust me.</h4>
</center>
<h3>Before contacting me Please complete these...</h3>
<form action="mailto:skedia441@gmail.com" method="post" enctype="text/plain">
<label> Name: </label>
<input type="text" name="Name" value="">
<br>
<label> Are you similar to Ritika Kumari? </label>
<input type="checkbox" name="Y/N" value="1">
<br>
<label>What's the date today? </label>
<input type="date" name="Today's Date" value="">
<br> <br>
<input type="submit" name="">
</form>
</body>
</html>