-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontributorReturn.php
45 lines (38 loc) · 1.14 KB
/
contributorReturn.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script src="java-script/jquery-1.8.2.min.js"></script>
<script src="java-script/bootstrap.js" type="text/javascript"></script>
<link rel="stylesheet" href="style/bootstrap.css">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
background-image: url(pics/wallpaper3.jpg);
background-size: cover;
}
</style>
</head>
<body>
<br><br>
<center>
<h3 class="text-white">
<?php
echo $_GET["msg"];
?>
</h3>
<br>
<h5 class="text-white">
Clients will contact you soon. Stay tuned.
<br>
<h1 class="text-white">
☺
</h1>
</h5>
</center>
<br><br><br><br><br>
<a href="contributor-dashboard.php" class="btn btn-secondary" style="margin-left:20px;">GO BACK TO DASHBOARD</a>
</body>
</html>