-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
26 lines (23 loc) · 781 Bytes
/
Copy pathcontact.html
File metadata and controls
26 lines (23 loc) · 781 Bytes
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>Uwagbale Paul personal site</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>My Contact Details</h1>
<p>My Fictional Address: <strong>pauluwagbale677@gmail.com</strong></p>
<hr>
</address>
<form action="mailto:info@mudia.uwagbale@gmail.com" method="post" enctype="text/plain">
<label>Your Name:</label>
<p><input type="text" name="Your Name" value=""><br></p>
<label>Your Email:</label>
<p><input type="email" name="Your Email" value=""><br></p>
<label>Message here:</label>
<p><textarea name="Message here" rows="10" cols="30"></textarea><br></p>
<input type="submit" name="">
</form>
</body>
</html>