-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththanku.php
36 lines (31 loc) · 1009 Bytes
/
thanku.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
session_start();
?>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Home</title>
<link rel="icon" type="image/x-icon" href="img/fav.ico">
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Boxicons icons used -->
<link href="https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css" rel="stylesheet">
</head>
<?php
include 'codes.php';
echo $header4;
header( "refresh:4;url=about-us/index.php" );
?>
<div class="home-section" style="height: 700px;">
<div class="login-holder" style="text-align: center;">
<div class="test" style="width: 50%; margin: 0 auto; padding-top:200px; font-size: 20px;">
<h1><b>Your entry has been submitted. <br>Thank you for using our service!</b></h1><br><br>
<img src="img/stock/loading.gif" alt="" height="100px" weight="100px">
</div>
</div>
</div>
</div>
<?php
echo $footer;
?>