-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththankyou.html
33 lines (27 loc) · 1.14 KB
/
thankyou.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
28
29
30
31
32
33
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Savaree!</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<script src="js/ga.js" async="" type="text/javascript"></script>
<script async="" src="js/ga_001.js" type="text/javascript"></script>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.capty.min.js" type="text/javascript"></script>
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/scripts.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/index.css" media="all">
</head>
<body class="signs">
<div id="benefits">
<div class="logo-signin"><a href="http://savareeapp.com/"><img src="img/logo.png"/></a></div>
<form id="msform">
<!-- progressbar -->
<!-- fieldsets -->
<fieldset>
<p>Thank you for signing up</p></br>
A confirmation email has been sent to your email ID. Click on the verification link to activate your account. Happy Carpooling!
</fieldset>
</form>
</div>
</body>
</html>