-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayment_successful.php
24 lines (21 loc) · 1.19 KB
/
payment_successful.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="main2.js"></script>
<link href="style1.css" rel="stylesheet">
<title>ShareTheRide! / Book a ride</title>
<link rel="icon" href="assets/STR!.svg" type="image/x-icon">
</head>
<body>
<div style="font-size: 20px; height: 100vh; margin: auto; display: flex; align-items: center; align-self: center; justify-content: center; flex-direction: column;">
<h3 style="color: #212121; letter-spacing: -1.5px; font-weight: 900">Your ride is booked succesfully.</h3>
<span><a style="margin-top: -10px; font-weight: 800; color: #00BCD4; text-decoration: none;" href="index.php"><- Go back</a></span>
</div>
</body>
</html>