-
Notifications
You must be signed in to change notification settings - Fork 0
/
Thankyou.php
74 lines (56 loc) · 1.86 KB
/
Thankyou.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
<?php
include("connection.php");
session_start();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=, initial-scale=1.0">
<title>Bill Info</title>
<!-- Font Awesome-->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<!--End Here--->
</head>
<body>
<a href="offer.html"><img src="images/download.png" class="img-head" alt=""></a>
<div class="header">
<div class="container">
<div class="logo">
<h1 ><a href="index.html"><b>T<br>H<br>E</b>Big Store<span>The Best Supermarket</span></a></h1>
</div>
<div class="head-t">
</div>
</div>
<!--banner-->
<div class="banner-top">
<div class="container">
<h3>Thank you</h3>
<h4><a href="index.php">Home<label></label></h4>
<div class="clearfix"> </div>
</div>
</div>
<div class="container">
<div class="advantages">
<div class="col-md-12 advantages-left ">
<h3>Thank You For Using Our Service,Dear <?php echo $_SESSION['user'] ?> </h3>
<div class="advn-one " align="left">
<div class="ad-right">
<h4><a href="#">Your Order Successfully Submitted, Order Will Be Delivered Soon.</a></h4>
</div>
<form action="index.php">
<button style="margin-top:20px; margin-left:390px;" class="btn btn-danger my-cart-btn my-cart-b" >Let's More Shopping</button>
</form>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
<div style="margin-top:150px;"> </div>
<!--footer-->
<?php include("footer.php") ?>
<!-- //footer-->
</body>
</html>