-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
81 lines (79 loc) · 3.08 KB
/
404.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
71
72
73
74
75
76
77
78
79
80
81
<?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>404 | 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! 404 Not Found!</marquee></font>
</ul>
<br>
<center>
<br>
<br>
<br><font size="32">Error !
<br> 404
<br> Not Found</font>
<br>
<br> <font size="26"> We're just deleted or moved to another location!
<br> Please Check at
<br> FB : <a href="https://www.facebook.com/Cartoonlovepangkungs-Website-106292101392909">Cartoonlovepangkung's Website</a>
<br> IG : <a href="https://www.instagram.com/cartoonlovepangkungwebsite/">@cartoonlovepangkungwebsite</a>
<br> to see where they are
<br>
<br> Or just check in the url are that correct? </font>
<br>
<br>
<br> <font size="26">Or if you think because of me just contact me at
<br> FB : <a href="https://www.facebook.com/missyoupromploy13757">Cartoon Kritthapath Yaviraj</a>
<br> FB [Page] : <a href="https://www.facebook.com/missyoupromploy">Cartoonlovepangkungofficial</a>
<br> IG : <a href="https://www.instagram.com/cartoonlovepangkungchannel/">@cartoonlovepangkungchannel</a></font>
</body>
</html>