-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
37 lines (34 loc) · 1017 Bytes
/
contact.html
File metadata and controls
37 lines (34 loc) · 1017 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Slide into my dms</title>
<link rel="stylesheet" href="https://wildfire031.github.io/About-me/styles.css">
</head>
<style>
body {
background-image: url('wraith.jpg') ;
background-size: 100% 100%;
background-attachment: fixed;
}
</style>
<body>
<h1>Slide into my dms below</h1>
<p> <a href="https://www.facebook.com/meeran.tajalli">FacebookDms</a></p>
<p> <a href="https://www.instagram.com/meeran_tajalli">InstaDms</a></p>
<form class= "" action="mailto:meeran.tajalli.mt@gmail.com" method="post">
<label> Your Name: </label>
<input type="text">
<br>
<label>Your email: </label>
<input type="email">
<br>
<hr>
<label>Your message for me:</label>
<br>
<textarea name="Your Message" cols="30" rows="10"></textarea>
<input type=Submit>
<br>
</form>
</body>
</html>