-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathend.php
36 lines (32 loc) · 1.04 KB
/
end.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
<?php
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Eumsig Aehoga</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<style>
.dddd { margin: 30px; }
</style>
</head>
<body>
<div class="dddd">
<h2>Eumsig Aehoga</h2>
</div>
<div class="jumbotron text-center">
<h1 class="display-2">Thank You!</h1>
<p class="lead">Your order will be deliever within <strong>30 minutes.</strong></p>
<hr>
<p class="lead"><strong>Please check your email</strong> for tracking the order.</p>
<hr>
<p>
Having trouble? <a href="contact.php">Contact us</a>
</p>
<hr>
<p class="lead">
<a class="btn btn-primary btn-sm" href="index.php" role="button">Continue to homepage</a>
</p>
</div>
</body>
</html>