-
Notifications
You must be signed in to change notification settings - Fork 1
/
afterbook.php
97 lines (39 loc) · 2.17 KB
/
afterbook.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
<!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="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<title>successful</title>
<!-- bootstrap cdn link -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header section starts -->
<header class="fixed-top py-3">
<div class="container d-flex align-items-center justify-content-between">
<center>
<a href="index.php" class="logo"><span class="fas fa-home"></span>Clinic</a> <br>
</center>
</header>
<!-- header section end-->
<div class="container"> <br> <br> <br> <br>
<div class="content"> <br> <br> <br>
<center>
<i class="fas fa-check-square fa-9x" style= "color:#8d4ff1; align:center; "></i>
<h3 style=" font-weight: bold; color:var(--black); font-size: 33px; margin: 47px 3px;">Your appointment booked </h3>
<h4 style="font-weight: bold; color:var(--black); font-size: 31px; ">we will forward you all details very soon</h4>
<h2 style="font-weight: bold; color:var(--black); font-size: 50px; margin: 47px 3px; ">Thank You</h2>
</center>
</div>
</div>
</div>
</body>
</html>