-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgreeting.html
43 lines (41 loc) · 1.44 KB
/
greeting.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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="favIcon/favicon-32x32.png" type="image/gif" >
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="greeting.css" />
<title>Registration Done</title>
</head>
<body>
<div class="container">
<div class="home">
<abbr title=" go to home page"> <a href="index.html"><i class="fa fa-home"></i></i></a></abbr>
</div>
<div class="name">
<p>slot<span>.alert</span></p>
</div>
<div class="box">
<div class="heading">
<h1>thankyou for<br /><span>Registering..</span></h1>
</div>
<div class="message">
<p>you will be notified when slots are available on your registered mobile number</p>
</div>
<button class="btn1"><a href="form.html"> register more</a></button>
</div>
</div>
</div>
<div class="blank"></div>
<footer class="footer">
<div class="text">
<p>made with <i class="fa fa-heart"></i> by : tarun & lalit</p>
</div>
<div class="copyright_line">
<p>copyright <i class="fa fa-copyright"> all rights reserved</i></p>
</div>
</footer>
</body>
</html>