-
Notifications
You must be signed in to change notification settings - Fork 1
/
thanks.php
28 lines (28 loc) · 957 Bytes
/
thanks.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
<?php
session_start();
include 'dbconnect.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>AANEUB</title>
<link rel="icon" href="img/favicon.jpg" type="image/png">
<link rel="stylesheet" href="css/register.css" type="text/css">
</head>
<body>
<div class="main">
<header>
<br><br><br><br>
<h3>Please wait for 1-72 hours.<br>Your request will be approved by admin.<br>Please remember your username and password for future use.</h3>
<br>
<p>If face any problem visit to our contact page.</p>
<br>
<br>
<h1>Thank You For Registration!</h1>
<br><br>
<a href="logout.php" style="text-decoration:none;color: white;background-color:green;padding:4px;">Back Home</a><br><br><br>
</header>
</div>
</body>