-
Notifications
You must be signed in to change notification settings - Fork 0
/
refer_a_friend.html
17 lines (17 loc) · 1.12 KB
/
refer_a_friend.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<body style="background-repeat: no-repeat;background-position: center;background-image:url('refer_landing_page_banner.png');">
<h1 style=text-align:center;>
<br><br><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 friend's name"><br> 
<input type="text" style="font-size:20px;color:black;background-color:transparent;border:2px; width:500px;padding:3px"; placeholder=" Your friend's Mail-Id"><br> 
<input type="text" style="font-size:20px;color:black;background-color:transparent;border:2px; width:500px;padding:3px"; placeholder=" Your friend's phone number"><br>  
<script>
function showAlert() {
var myText = "Thanks for the Referral!!";
alert (myText);
}
</script>
<button style="font-size:20px;color:white;background-color:black;border:2px; padding:3px;" value="submit" onclick="showAlert()">Refer</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>