-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsuccess.php
68 lines (59 loc) · 1.95 KB
/
success.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>justdeliverit.in</title>
<meta name="Jayesh" content="justdeliverit">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link href="https://fonts.googleapis.com/css?family=Arvo|Josefin+Sans|Lobster|Quicksand:300" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
.button5 {
background-color: #00bfff;
border-radius: 25px;
padding:5px 0px 5px 0px;
}
.button5:hover {
background-color: #262626;
border-radius: 25px;
-webkit-transition-duration: 0.8s; /* Safari */
transition-duration: 0.8s;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="row">
<center>
<div class="col-md-4">
</div>
<div class="col-md-4">
<h2> thanks for registering</h2>
<img src="Dire.png" height="200px" width="200px">
<h2>Your Order has been Placed,Wait for our confirmation Call</h2>
</div>
<div class="col-md-4">
</div>
</center>
</div>
<br>
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-4">
<center>
<a href="http://justdeliverit.in/">
<div class="button5"><p class="font3" >Place more orders</p></div>
</a>
</center>
</div>
<div class="col-md-4"></div>
</div>
</div>
</body>
</html>