-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
254 lines (234 loc) · 12.8 KB
/
index.html
File metadata and controls
254 lines (234 loc) · 12.8 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>etamodder boring site</title>
<link rel="stylesheet" href="https://unpkg.com/xp.css" />
<style>
body {
background-image: url('./img/bliss-winxp.jpg');
background-size: cover;
background-position: center;
margin: 0;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
font-family: "Tahoma", sans-serif;
}
.window {
width: 90vw;
max-width: 606px;
height: auto;
display: flex;
flex-direction: column;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.window-body {
flex: 1;
padding: 10px;
display: flex;
flex-direction: column;
overflow-y: auto;
gap: 10px;
background: #ece9d8;
}
.fun-box {
border: 2px groove #ccc;
background: white;
padding: 10px;
flex: 1;
overflow: auto;
}
.xp-button {
background: #e0e0e0;
border: 1px solid #808080;
padding: 3px 10px;
cursor: pointer;
font-weight: bold;
}
.xp-button:active {
background: #c0c0c0;
border-top: 1px solid #404040;
border-left: 1px solid #404040;
}
.webring {
text-align: center;
margin: 6px 0;
padding: 6px;
background: #ece9d8;
border: 2px groove #d4d0c8;
font-family: "Tahoma", sans-serif;
font-size: 12px;
}
.badges {
display: grid;
grid-template-columns: repeat(auto-fit, 88px);
justify-content: center;
gap: 4px;
}
.badges img {
width: 88px;
height: 31px;
display: block;
}
.badges a {
display: block;
width: 88px;
height: 31px;
line-height: 0;
}
</style>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/clippyjs@0.0.3/assets/clippy.css" media="all">
</head>
<body>
<div class="window">
<div class="title-bar">
<div class="title-bar-text">main.exe</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close" id="closeBtn"></button>
</div>
</div>
<div class="window-body">
<div class="fun-box" id="output">
<b>hello</b><br><br>
this little site has nothing cool or<br>
interesting at all. why are you here<br>
<ul>
<li><a href="./blog.html" target="_blank" rel="noopener noreferrer">BLOG!</a></li>
<li><a href="./dra.html" target="_blank" rel="noopener noreferrer">DayReaver Anarchy minecraft
server</a></li>
<li><a href="./enneagram.html" target="_blank" rel="noopener noreferrer">enneagram (geometry &
group)</a></li>
<li><a href="./hdkill.html" target="_blank" rel="noopener noreferrer">hardware "killer"</a></li>
<li><a href="./xd.html" target="_blank" rel="noopener noreferrer">epic gamer pog</a></li>
<li><a href="./projects.html" target="_blank" rel="noopener noreferrer">my github repos</a></li>
<li><a href="./files.html" target="_blank" rel="noopener noreferrer">file upload-o-tron</a></li>
<li><a href="./sysinfo.html" target="_blank" rel="noopener noreferrer">system info</a></li>
<li><a href="./vnc.html" target="_blank" rel="noopener noreferrer">vnc connecter</a></li>
<li><a href="./pacman.html" target="_blank" rel="noopener noreferrer">pac man</a></li>
<li><a href="./mcemoji.html" target="_blank" rel="noopener noreferrer">text 2 mc emojis</a></li>
<li><a href="./graph.html" target="_blank" rel="noopener noreferrer">web crawler graph</a></li>
<li><a href="./88x31.html" target="_blank" rel="noopener noreferrer">the 88x31 for this site</a></li>
<li><a href="./dungeongenerator.html" target="_blank" rel="noopener noreferrer">generate
DungeonMapper maps</a></li>
<li><a href="./dungeon/index.html" target="_blank" rel="noopener noreferrer">play DungeonMapper</a></li>
</ul>
<hr>
<div class="webring">
<span
style="background:#000080; color:white; padding:2px 6px; border:1px solid #000; border-radius:2px;">
<a href="https://hotlinewebring.club/eta/previous" style="color:white; text-decoration:none;">⤎
prev</a>
</span>
<span style="margin:0 8px;">
<a href="https://hotlinewebring.club" target="_blank" rel="noopener noreferrer"
style="color:#000080; font-weight:bold; text-decoration:none;">hotline webring</a>
</span>
<span
style="background:#000080; color:white; padding:2px 6px; border:1px solid #000; border-radius:2px;">
<a href="https://hotlinewebring.club/eta/next" style="color:white; text-decoration:none;">next
⤏</a>
</span>
</div>
<hr>
<div class="badges">
<a href="https://yesterweb.org/no-to-web3/" target="_blank" rel="noopener noreferrer"><img
src="88x31s/say-no-to-web3.gif" alt="say NO to web3. keep the web FREE!" height="31" width="88"
loading="lazy"></a>
<a href="https://en.wikipedia.org/wiki/Shareware"><img src="88x31s/shareware.gif"
alt="pass the SHAREWARE please." height="31" width="88" loading="lazy"></a>
<a href="https://shorturl.com" target="_blank" rel="noopener noreferrer"><img src="88x31s/shorturl.gif"
alt="got a long url? get a FREE subdomain!" height="31" width="88" loading="lazy"></a>
<img src="88x31s/no-webp.gif" alt="NO WEBP! use png!" height="31" width="88" loading="lazy">
<img src="88x31s/no-phones-get-pcs.gif" alt="don't be a phone chump, get a pc!" height="31" width="88"
loading="lazy">
<img src="88x31s/no-google.gif" alt="stand up to google!" height="31" width="88" loading="lazy">
<a href="https://www.linux.org/pages/download" target="_blank" rel="noopener noreferrer"><img
src="88x31s/linux.gif" alt="linux NOW!" height="31" width="88" loading="lazy"></a>
<img src="88x31s/internet-privacy.gif" alt="internet privacy NOW!" height="31" width="88"
loading="lazy">
<a href="https://www.w3schools.com/html/" target="_blank" rel="noopener noreferrer"><img
src="88x31s/html-learn-today.gif" alt="learn html5" height="31" width="88" loading="lazy"></a>
<img src="88x31s/ipv6.gif" alt="ipv6" height="31" width="88" loading="lazy">
<img src="88x31s/monoposoft.gif" alt="monoposoft internet exploiter" height="31" width="88"
loading="lazy">
<img src="88x31s/best-viewed-any.gif" alt="best viewed with ANY browser" height="31" width="88"
loading="lazy">
<a href="https://etamodder.github.io" target="_blank" rel="noopener noreferrer"><img
src="88x31s/website-88x31.gif"
alt="do u like retro stuff? if so, go to eta's site (which ur already on)" height="31"
width="88" loading="lazy"></a>
<a href="https://r74n.com" target="_blank" rel="noopener noreferrer"><img src="88x31s/r74n.png"
alt="R74n" height="31" width="88" loading="lazy"></a>
<a href="https://www.mozilla.org/firefox/" target="_blank" rel="noopener noreferrer"><img
src="88x31s/anything-but-chrome.gif" alt="anything but Chrome!" height="31" width="88"
loading="lazy"></a>
<img src="88x31s/delete-twitter.gif" alt="delete Twitter!" height="31" width="88" loading="lazy">
<a href="https://www.linux.org/pages/download" target="_blank" rel="noopener noreferrer"><img
src="88x31s/linux-now.gif" alt="linux NOW!" height="31" width="88" loading="lazy"></a>
<a href="https://ublockorigin.com/"><img src="88x31s/ublock-now.png" alt="uBlock origin NOW!"
height="31" width="88" loading="lazy"></a>
<a href="https://matrix.org/"><img src="88x31s/discord-no-way.gif" alt="discord? no thanks!" height="31"
width="88" loading="lazy"></a>
<a href="https://neocities.org/"><img src="88x31s/neocities.gif" alt="neocities: the web is yours"
height="31" width="88" loading="lazy"></a>
<a href="https://grapheneos.org/"><img src="88x31s/graphene-os.gif" alt="graphene OS" height="31"
width="88" loading="lazy"></a>
<a href="https://emulationstation.org/"><img src="88x31s/emulate-now.gif" alt="emulate NOW!" height="31"
width="88" loading="lazy"></a>
<a href="https://en.wikipedia.org/wiki/Torrent_file"><img src="88x31s/seed-torrents.gif"
alt="sharing is caring, seed your torrents!" height="31" width="88" loading="lazy"></a>
<a href="https://en.wikipedia.org/wiki/Windows_XP"><img src="88x31s/windows-xp.gif"
alt="microsoft windows XP" height="31" width="88" loading="lazy"></a>
</div>
</div>
<div>
<button class="xp-button" id="btnJoke">show message</button>
<button class="xp-button" id="btnColor">change da background</button>
</div>
</div>
<div class="status-bar">
<p class="status-bar-field">
<a href="https://www.websiteout.net/counter.php" target="_blank" rel="noopener noreferrer">hit
counter:</a> <a href="https://www.websiteout.net/counter.php" target="_blank"
rel="noopener noreferrer"></a>
<script type="text/javascript" src="https://counter.websiteout.com/js/33/12/0/0"></script></a>
</p>
<p class="status-bar-field"><a href="https://github.com/ETAModder/etamodder.github.io" target="_blank"
rel="noopener noreferrer">star the site on github</a></p>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/clippyjs@latest/clippy.min.js"></script>
<script>
window.addEventListener("load", () => {
clippy.load('Clippy', agent => {
agent.show();
agent._el.style.zIndex = 9999;
function randomItem(arr) { return arr[Math.floor(Math.random() * arr.length)]; }
const clippymsgs = [
"It seems you are having a problem.\nYou haven't starred the repo yet!",
"Have you read the blog yet?",
"Don't tell BonziBuddy about what I said.",
"Sometimes I pop up for no reason.\nLike now!",
"Would you like to create a mail merge for your grocery items?\nI can help you send personalized letters to each banana!"
];
const animations = [
"GestureUp", "GestureDown", "GetAttention", "Idle",
"Writing", "Thinking", "LookingLeft", "LookingRight", "Searching"
];
function greet() {
agent.play(randomItem(animations));
agent.speak(randomItem(clippymsgs));
}
greet();
setInterval(greet, 60_000);
}, 'https://unpkg.com/clippyjs@0.0.3/build/agents/');
});
</script>
</body>
</html>