-
Notifications
You must be signed in to change notification settings - Fork 0
/
paySucess.php
53 lines (46 loc) · 1.87 KB
/
paySucess.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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Subscribe to our Youtube channel "Coder ACB"-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>payment completed</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="cssfile/paySucess.css">
<style type="text/css">
body{/*
background-image: url(image/3.jpg);
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;*/
}
</style>
</head>
<body>
<div class="container">
<div id="alert-additional-content-5" class="alert-box" role="alert">
<div class="img">
<img class="img" src="image/869563.png">
</div>
<div class="alert">
<i class="fa-solid fa-circle-check ico"></i>
<h3>Payment Successful !!!</h3>
</div>
<div class="alert-content alert">
Your Payment is Successfull and thank you for geting ticket from us.
</div>
<div class="alert"><a href="viewBus.php">
<button type="button" class="button">
<i class="fa-solid fa-eye"></i>
Ok
</button></a><a href="viewBus.php">
<button type="button" onclick="Close()" class="dismiss-btn" id="close">Dismiss</button></a>
</div>
</div>
</div>
<script src="js/main.js"></script>
</body>
</html>