-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path403.php
70 lines (68 loc) · 2.31 KB
/
403.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
<?php
session_start();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="oem.ico" type="image/x-icon">
<link rel="shortcut icon" type="image/x-icon" href="oem.ico">
<link rel="stylesheet" href="style_index.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>403 | CartoonLovePangKung's Website</title>
</head>
<body bgcolor="#f1d2d4">
<div class="homeheader">
<img src="oem.bmp" width="200" height="200">
<font size="30"><font color="#FFFFFF">CartoonLovePangKung's Website</font>
</font></div><font size="30">
</div>
<ul>
<li>
<a href="index.php">Home</a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn cc_pointer">Links</a>
<div class="dropdown-content">
<a href="https://krittapath6699.wixsite.com/website">Wix Website!</a>
</div>
</li>
<li>
<a href="archive.php">Archive</a>
<a href="#downloads">Downloads</a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn cc_pointer">Option</a>
<div class="dropdown-content">
<a href="http:\\www.cartoonlovepangkung.epizy.com\home_css.html">Switch To Stable</a>
</div>
</li>
<li>
<?php if (isset($_SESSION['username'])) : ?>
<div class="username">
<h>
<a href="account.php"><?php echo $_SESSION['username']; ?></a>
</h>
</div>
<?php endif ?>
<?php if (!isset($_SESSION['username'])) : ?>
<div class="username">
<h>
<a href="login\">Login</a>
</h>
</div>
<?php endif ?>
</li>
</div>
<marquee behavior="scrolling"><font color="red"><br>Error! 403 Forbidden!</marquee></font>
</ul>
<br>
<center>
<br>
<br>
<br><font size="32">Error !
<br> 403
<br> Forbidden</font>
<br>
<br> Just make sure you just put your credentials correctly.
<br> Or if you doesn't have access to just leave it alone.
</body>
</html>