Skip to content

Commit

Permalink
Create contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xnkit69 committed Sep 23, 2023
1 parent f834daf commit 6742f46
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions day42 /contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contact Me</title>
</head>
<body>
<h1>Not my Contact Details</h1>
<p>Not my address: <a href="https://www.mariowiki.com/Rainbow_Road">
111 Rainbow Road</a></p>
<p>Not my e-mail: notmyemail@email.com</p>
<hr>
<form action="mailto:info@notmyemail@email.com" method="post" enctype="text/plain">
<label>Your Name:</label>
<input type="text" name="yourName" value=""><br>
<label>Your eMail:</label>
<input type="email" name="yourEmail"><br>
<label>Your Message:</label><br>
<textarea name="yourMessage" rows="10" cols="30"></textarea><br>
<input type="submit" name="" name="">
</form>
</body>
</html>

0 comments on commit 6742f46

Please sign in to comment.