We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6035226 commit 4804c60Copy full SHA for 4804c60
day42/contact.html
@@ -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