-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact_us.html
19 lines (19 loc) · 1.27 KB
/
contact_us.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<body style="background-repeat: no-repeat;background-position: center;background-image:url('bc4aa3e7e7aaa9621fd8e08c6f69e668.png');">
<h1 style=text-align:center;>
<br><br><br><br><br><br> 
<input type="text" style="font-size:20px;color:black;background-color:transparent;border:2px; width:500px;padding:3px;" placeholder=" Your name"><br> 
<input type="text" style="font-size:20px;color:black;background-color:transparent;border:2px; width:500px;padding:3px;" placeholder=" Your Mail-Id"><br> 
<input type="text" style="font-size:20px;color:black;background-color:transparent;border:2px; width:500px;padding:3px;" placeholder=" Your phone number"><br>  
<input type="text" style="font-size:20px;color:black;background-color:transparent;border:2px; width:500px; height:150px; padding:3px"; placeholder=" Your message"><br> 
<script>
function showAlert() {
var myText = "We will contact you Soon!";
alert (myText);
}
</script>
<button style="font-size:20px;color:white;background-color:black;border:2px; padding:3px;" value="submit" onclick="showAlert()">Submit</button>
<br><br>
<a href=index.html><button style="font-size:20px;color:white;background-color:black;border:2px; padding:3px;">Back to Main menu</button></h1></a>
</body>
</html>