forked from The-inevitables/lifeline_Weavy-Colaboration-hack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
booking.php
107 lines (87 loc) · 4.03 KB
/
booking.php
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- Site Metas -->
<title>Life Line</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- Site Icons -->
<link rel="shortcut icon" href="images/fevicon.ico.png" type="image/x-icon" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Site CSS -->
<link rel="stylesheet" href="style.css">
<!-- Colors CSS -->
<link rel="stylesheet" href="css/colors.css">
<!-- ALL VERSION CSS -->
<link rel="stylesheet" href="css/versions.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!-- Modernizer for Portfolio -->
<script src="js/modernizer.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://localhost:44323/javascript/weavy.min.js"></script>
<script>var weavy = new Weavy();</script>
<!-- [if lt IE 9] -->
</head>
<body class="clinic_version">
<!-- LOADER -->
<div id="preloader">
<img class="preloader" src="images/loaders/heart-loading2.gif" alt="">
</div>
<!-- END LOADER -->
<header>
<div class="header-top wow fadeIn">
<div class="container">
<a class="navbar-brand" href="index.php"><img src="images/logo1.png" alt="image"></a>
<div class="right-header">
<div class="header-info">
<div class="info-inner">
<span class="icontop"><img src="images/phone-icon.png" alt="#"></span>
<span class="iconcont"><a href="tel:800 123 456">+914828-224042</a></span>
</div>
<div class="info-inner">
<span class="icontop"><i class="fa fa-envelope" aria-hidden="true"></i></span>
<span class="iconcont"><a data-scroll href="mailto:[email protected]">[email protected]</a></span>
</div>
<div class="info-inner">
<span class="icontop"><i class="fa fa-clock-o" aria-hidden="true"></i></span>
<span class="iconcont"><a data-scroll href="#">Daily: 7:00am - 8:00pm</a></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="col-md-6">
<div class="message-box">
<h2>Welcome</h2>
<p class="lead">Your appoinment is booked under the booking id<h1> 1001</h2></p>
<p> You can collect the token from the clinic reception by giving the booking id in the reception </p>
<a href="index.php" data-scroll class="btn btn-light btn-radius btn-brd grd1 effect-1">HOME</a>
</div>
<!-- end messagebox -->
</div>
<!-- end col -->
<!-- end col -->
</div>
<!-- end copyrights -->
<a href="#home" data-scroll class="dmtop global-radius"><i class="fa fa-angle-up"></i></a>
<!-- all js files -->
<script src="js/all.js"></script>
<!-- all plugins -->
<script src="js/custom.js"></script>
<!-- map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCNUPWkb4Cjd7Wxo-T4uoUldFjoiUA1fJc&callback=myMap"></script>
</body>
</html>