Skip to content

Commit 4804c60

Browse files
authored
Create contact.html
1 parent 6035226 commit 4804c60

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

day42/contact.html

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="ltr">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Contact Me</title>
6+
</head>
7+
<body>
8+
<h1>Not my Contact Details</h1>
9+
<p>Not my address: <a href="https://www.mariowiki.com/Rainbow_Road">
10+
111 Rainbow Road</a></p>
11+
<p>Not my e-mail: [email protected]</p>
12+
<hr>
13+
<form action="mailto:info@[email protected]" method="post" enctype="text/plain">
14+
<label>Your Name:</label>
15+
<input type="text" name="yourName" value=""><br>
16+
<label>Your eMail:</label>
17+
<input type="email" name="yourEmail"><br>
18+
<label>Your Message:</label><br>
19+
<textarea name="yourMessage" rows="10" cols="30"></textarea><br>
20+
<input type="submit" name="" name="">
21+
</form>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)