forked from thebirdwashere/2003page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (102 loc) · 4.7 KB
/
Copy pathindex.html
File metadata and controls
102 lines (102 loc) · 4.7 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>2003page Archive</title>
<meta
name="description"
content="An archive of the collaborative open source site that everyone could contribute to."
/>
<link
rel="stylesheet"
type="text/css"
href="assets/css/new_2003page_style.css"
/>
<script src="special/special.js"></script>
</head>
<body>
<div class="header">
<span>2003page Archive</span><span><a href="https://github.com/Leokids/2003page">GitHub</a></span><div class="menu"> <!--i have to do this ugly mess or else there would be whitespace-->
<button class="menubutton">Subsites</button>
<div class="menulist">
<a href="subsites/memes">Memes</a>
<a href="subsites/Grumpz">Grumpz</a>
<a href="subsites/eper98">Eper98</a>
<a href="subsites/sdpage">Y2K's Domain</a>
<a href="subsites/chaoscreation">Chaos' Page</a>
<a href="subsites/kf9">KF9</a>
<a href="subsites/8745">8745</a>
<a href="subsites/upwader">Everything is Upwader</a>
<a href="subsites/icanttellyou">icanttellyou</a>
<a href="subsites/sniped128/">Sniped128</a>
</div>
</div>
</div>
<div class="content">
<br/>
<!-- MADE BY UPWADER. This got commented out due to it being outdated after rebrand.
<script>
var imageURLs = [
"http://leokids.github.io/2003page/assets/logomizer/youtube.png",
"http://leokids.github.io/2003page/assets/logomizer/cornhub.png",
"http://leokids.github.io/2003page/assets/Logo.png",
"http://leokids.github.io/2003page/assets/logomizer/hhgregg.png",
"http://leokids.github.io/2003page/assets/logomizer/TQS.png",
"http://leokids.github.io/2003page/assets/logomizer/e6.png",
"http://leokids.github.io/2003page/assets/logomizer/google.png",
"http://leokids.github.io/2003page/assets/logomizer/loweffort.png",
"http://leokids.github.io/2003page/assets/logomizer/2003tale.png",
"http://leokids.github.io/2003page/assets/logomizer/2003bound.png",
];
function getImageTag() {
var img = '<img src="';
var randomIndex = Math.floor(Math.random() * imageURLs.length);
img += imageURLs[randomIndex];
img +=
'" alt=\The logomizer failed to load. Maybe your internet is hot garbage.\ style="display: block; max-width:100%; height: auto; margin-left: auto; margin-right: auto; "/>';
return img;
}
</script>
<script>
document.write(getImageTag());
</script>
<!--End of Logomizer-->
<img src="https://leokids.github.io/2003page/assets/Logo.png">
<br/>
<i>A archive of the collaborative open source site that everyone could contribute to.</i>
<br/>
<a href="https://info.flagcounter.com/eSZt">
<img
src="https://s01.flagcounter.com/count2/eSZt/bg_FFFFFF/txt_000000/border_CCCCCC/columns_6/maxflags_45/viewers_0/labels_0/pageviews_0/flags_0/percent_0/"
alt="Free counters!"
/>
</a>
<br/>
<!-- Clickomizer, Once you click it, it loads in a random asset from the clickomizer subfolder from the asset folder. -->
<!-- GIVE ME THAT CREDIT. MADE BY UPWADER. UPWADER.COM -->
<a href="http://leokids.github.io/2003page/assets/clickomizer/Clickomizer.html">
<img src="assets/clickomizer/ButtonGIF/button_animated.png" alt="Clickomizer"/>
</a>
<br/>
<a style="font-size: 12px; text-align: center;">
CLICK THIS AT YOUR OWN RISK!
</a>
</div>
<footer>
<div class="content py-3">
<br/><br/> <!--"chaz!zTech" doesn't exist, mentions should be -->
<!--<img src="assets/chaziztech.png" alt="ChazizTech Logo"/>-->
<p class="text-white">
A Chaziz Project
</p> <!-- This should be copyright text, but this gives rights to XPUser and Pixele,
which I do not want to because they are both scums. -->
<!-- Start of WebFreeCounter Code -->
<a href="https://www.webfreecounter.com/" target="_blank">
<img src="https://www.webfreecounter.com/hit.php?id=geefqaca&nd=8&style=45" alt="web counter">
</a>
<!-- End of WebFreeCounter Code -->
</div>
</footer>
</body>
</html>