-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
27 lines (27 loc) · 1.37 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>MY CONTACT DETAILS</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<h2>MY CONTACT DETAILS</h2>
<h3>EMAIL</h3>
<ul>
<li>mbanugovictoro42@gmail.com</li>
</ul>
<h3>PHONE NUMBER</h3>
<ul>
<li>09134827430</li>
</ul>
<hr>
<form action="mailto:mbanugovictoro42@gmail.com" method="post" enctype="text/plain" accept-charset="utf-8">
<input type="text" name="YourName" id="" value="" placeholder="Name"/><br><br>
<input type="email" name="YourEmail" id="" value="" placeholder="Email"/><br>
<br><textarea name="YourMessage" id="" rows="10" cols="30" placeholder="Enter your message here"></textarea><br><br>
<input type="submit" name="" id="" value="submit" />
</form>
<p style="text-align: center;"><a href="https://postcron.com" target="_blank" style="font-family: sans-serif; font-size:11px; color: #333">Powered by Postcron</a></p> <iframe src="https://whatsapp-for-business.firebaseapp.com/link-generator/en" style="border:0px #ffffff none;" name="postcron" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="800px" width="400px" allowfullscreen></iframe>
</body>
</html>