-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
38 lines (34 loc) · 1.02 KB
/
Contact.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contact Me!</title>
</head>
<body>
<h2>Social Media Sources</h2>
<ol>
<li><a href="https://www.facebook.com/profile.php?id=100004436445596">Facebook</a></li>
<li><a href="https://www.instagram.com/danny_k88">Instagram</a></li>
<li><a href="https://twitter.com/BlockchainBkDwn">Twitter</a></li>
</ol>
<hr>
<h3>Direct Contact</h3>
<ol>
<li>[email protected]</li>
<li>313-8*8-****</li>
<li>
<Telegram>Danny_K</Telegram>
</li>
</ol>
<hr>
<form action="mailto: [email protected]" method="post" enctype="text/plain">
<label>Your Name:</label>
<input type="text" name="youName" value=""><br>
<label>Your Email:</label>
<input type="email" name="youEmail" value=""><br>
<label>Message</label>
<textarea name="yourMessage" rows="10" <cols="30"></textarea>
<input type="submit" name="">
<h3><a href="https://dannyk88.github.io/My-First-Site-CV/">Index/Home</a></h3>
</body>
</html>