-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontectme.html
26 lines (26 loc) · 916 Bytes
/
contectme.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contect Me</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>My Contect Detail</h1>
<ul>
<li>Facebook: <a href="https://www.facebook.com/HonG.XiNN/">PøwërBäñk</a></li>
<li>Guthub: <a href="https://github.com/AingHongSin">AingHongSin</a></li>
<li>Twitter: <a href="https://twitter.com/AingSin">AingSin</a></li>
</ul>
<hr>
<form action="mailto: [email protected]" method="post" enctype="text/plain">
<label>Name: </label>
<input type="name" name="yourName" value=""><br>
<label>Email: </label>
<input type="email" name="yourEmail" value=""><br>
<label>Message: </label><br>
<textarea name="yourMessage" rows="9" cols="50"></textarea><br>
<input type="submit" name="" id="">
</form>
</body>
</html>