-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-me.html
39 lines (33 loc) · 1.08 KB
/
contact-me.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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contact</title>
</head>
<body>
Yahoo
Facebook
Mail
<a href="#section1">Telefon</a>
<br>
<ul>
<li><strong>Y!Messenger: yo.majestic91</strong></li>
<li><em><a href="https://www.facebook.com/SilviuEduard91" target="_blank">Faceebook: Silviu Eduard Chiriloaie</a></em></li>
<li><a href="mailto:[email protected]">Email </a></li>
<li id="section1"><a href="tel:0000000000">Telefon</a></li>
<li><a href="https://api.whatsapp.com/send?phone=0031687368336">Send WhatsApp Message</a></li>
</ul>
<hr>
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<label for="">Your Name</label>
<input type="text" name="yourName" value=""><br>
<label for="">Your Email</label>
<input type="email" name="yourEmail" value=""><br>
Your Message <br>
<textarea name="yourMessage" rows="10" cols="30"></textarea>
<input type="submit" name="">
</form>
<hr>
Back to <a href="index.html">index</a>
</body>
</html>