-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuccess.html
35 lines (34 loc) · 2.09 KB
/
success.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.min.css" integrity="sha512-f8mUMCRNrJxPBDzPJx3n+Y5TC5xp6SmStstEfgsDXZJTcxBakoB5hvPLhAfJKa9rCvH+n3xpJ2vQByxLk4WP2g==" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Poppins&family=Trade+Winds&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cookie&family=Courgette&family=Redressed&family=Sofia&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../css/success.css">
<title>Success Page</title>
</head>
<body>
<div class="container" style="background-color: #ffffff;">
<div class="row justify-content-center">
<div class="col-auto">
<img src="https://cdn.dribbble.com/users/129972/screenshots/3964116/75_smile.gif" width="100%">
</div>
</div>
<div class="row">
<div class="col-12 text-center">
<p style="font-size:220%; font-family:Redressed; color:black">Great work! Your job is done here!<br>We'll contact you shortly via mail.</p>
</div>
<div class="col-12 text-center">
<a href="order_receipt.html" role="button" class="btn btn-success" style="font-size:200%; font-family:Redressed" >Order Confirmation Receipt</a>
</div>
</div>
</div>
<script src="purchase.js"></script>
<script src="payment.js"></script>
</body>
</html>