-
Notifications
You must be signed in to change notification settings - Fork 0
/
archive.php
62 lines (60 loc) · 2.24 KB
/
archive.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
<?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 charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Archive Page | Cartoon's Website</title>
</head>
<body bgcolor="#f1d2d4">
<div class="homeheader">
<img src="oem.bmp" width="200" height="200">
<font size="30"><font color="#FFFFFF">Cartoon'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">Archive</a>
<a href="#downloads">Downloads</a></li>
<li class="dropdown">
<?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">Archive Zone! This just my work that i proudly present to you but! Thai Launguage is not working for now so just download the source code by press CTRL+S on your computer and make sure that you use for educational purposes only!</marquee><br>
</ul>
<center>
<br>
<br><a href="https://web.archive.org/web/*/pms.ac.th" button class="button button1">PMS Archive</a>
<br>
<br><a href="cartoonlovepangkung/" button class="button button1">CartoonLovePangKung's Archive</a>
<br>
<br> Use for educational purposes only!
</center>
</body>
</html>