-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
256 lines (215 loc) · 10.9 KB
/
index.html
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
255
256
<!DOCTYPE html>
<html lang="eng">
<head>
<!--title and meta-->
<title>TotoB12</title>
<meta name="totob12's official website">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light only">
<!--icons-->
<link rel="icon" type="image/x-icon" href="/things/favicon.ico">
<link rel="apple-touch-icon" href="/things/favicon.ico">
<!--cookies-->
<script type="text/javascript" src="/things/cookies/popper.js"></script><script> window.start.init({Palette:"palette6",Mode:"floating right",Theme:"classic",Message:"This website uses cookies to ensure you get the best experience on our website.",ButtonText:"Got it!",Time:"2",})</script>
<!--fonts-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://use.typekit.net/wvu5fqb.css">
<!--style-->
<link rel="stylesheet" href="/style.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3049763376403008"
crossorigin="anonymous"></script>
</head>
<body>
<!-- <script id="webchat" src="https://messengerx.io/sdk/js/widget.js" type="text/javascript" themecolor="#2196f3" chathost="https://messengerx.io" botname="antonin" mkey="Zjc1NDQ0YTAtYjdkNy0xMWVkLTk3Y2EtN2RlZDNhOGQ5ZTI5" avatarurl="https://raw.githubusercontent.com/TotoB12/totob12.github.io/main/things/favicon.ico" launcherposition="left"></script> --->
<script>
//focus search bar on "shift"
document.addEventListener("keydown", function(event) {
if(event.keyCode === 16){
console.log("shift")
document.getElementById("search").focus();
}
});
//open first module on "enter"
document.addEventListener("keydown", function(event) {
if(event.keyCode === 13){
if (event.target.classList.contains('no-event')) {
var input, filter, section, li, a, i, txtValue;
input = document.getElementById("search");
filter = input.value.toUpperCase();
section = document.getElementById("modules");
li = section.getElementsByTagName("li");
for (i = 0; i < li.length; i++) {
a = li[i].getElementsByTagName("a")[0];
txtValue = a.textContent || a.innerText;
if (txtValue.toUpperCase().indexOf(filter) > -1) {
var link = a.href;
console.log(link);
window.location.href = link;
}
}
}
}
});
//open movie page on "m"
document.addEventListener("keydown", function(event) {
if(event.keyCode === 77){
if (!event.target.classList.contains('no-event')) {
window.open("https://moviehub0.totob12.repl.co")
}
}
});
//crash website on "c"
document.addEventListener("keydown", function(event) {
if(event.keyCode === 67){
if (!event.target.classList.contains('no-event')) {
while (true) { var x = new Array(1000000000); }
}
}
});
</script>
<!-- ---- ---- NAV ---- ---- -->
<nav id="side">
<button id="side-close" onclick="side()"><span class='material-symbols-outlined'>close</span></button>
<section>
<a href="https://totob12.github.io/index.html"><span class="material-symbols-outlined">home</span><div class="dropdowncc">Home</div></a>
<a class="blanka" href=""></a>
<a href="https://TotoB12-Chat.totob12.repl.co/"><span class="material-symbols-outlined">forum</span><div class="dropdowncc">Social</div></a>
<a href="https://TotoB12-inpainter.totob12.repl.co"><span class="material-symbols-outlined">format_paint</span><div class="dropdowncc">Paint</div></a>
<a href="https://totob12.github.io/radio"><span class="material-symbols-outlined">radio</span><div class="dropdowncc">Radio</div></a>
<a href="https://totob12.github.io/things/games.html"><span class="material-symbols-outlined">sports_esports</span><div class="dropdowncc">Games</div></a>
<a href="https://totob12.github.io/things/sites.html"><span class="material-symbols-outlined">handyman</span><div class="dropdowncc">Random</div></a>
<a href="https://totob12.github.io/countdown"><span class="material-symbols-outlined">hourglass_empty</span><div class="dropdowncc">Countdown</div></a>
</section>
</nav>
<nav>
<button id="side-btn" onclick="side(1)"/><span class='material-symbols-outlined'>menu</span></button>
<div class="nav-main-section">
<a class="home active" href="https://totob12.github.io/index.html"><span class="material-symbols-outlined">home</span></a>
<a href="https://TotoB12-Chat.totob12.repl.co/"><span class="material-symbols-outlined">forum</span>Social</a>
<a href="https://TotoB12-inpainter.totob12.repl.co"><span class="material-symbols-outlined">format_paint</span>Paint</a>
<a href="https://totob12.github.io/radio"><span class="material-symbols-outlined">radio</span>Radio</a>
<a href="https://totob12.github.io/things/games.html"><span class="material-symbols-outlined">sports_esports</span>Games</a>
<a href="https://totob12.github.io/things/sites.html"><span class="material-symbols-outlined">handyman</span>Random</a>
<a href="https://totob12.github.io/countdown"><span class="material-symbols-outlined">hourglass_empty</span>Countdown</a>
</div>
<div class="nav-section ns3">
<button id="setting-btn" onclick="setting(1)"/><span class='material-symbols-outlined'>settings</span></button>
<img class="img" src="things/logo.jpg" alt="Logo" height="48px">
</div>
</nav>
<nav id="setting">
<button id="setting-close" onclick="setting()"><span class='material-symbols-outlined'>close</span></button>
<section>
<h1>Settings</h1>
<a href="https://totob12.github.io/things/feedback.html"><span class="material-symbols-outlined">alternate_email</span>Contact and help</a>
<div>
<button id="dark" onclick="dark()"><span class="material-symbols-outlined">dark_mode</span></button>
<button id="light" onclick="light()"><span class="material-symbols-outlined">light_mode</span></button>
</div>
</section>
</nav>
<!-- ---- ---- MAIN ---- ---- -->
<main id="main">
<!-- ---- ---- HEADER ---- ---- -->
<div class="header">
<div class="header-wrap">
<h1 translate="no">TOT<img src="things/logo.jpg" width=100px>B12</h1>
<h4>everything in one website</h4>
</div>
</div>
<!-- ---- ---- NEWS ---- ---- -->
<div class="news">
<section>
<h1>CHECK OUT OUR NEW AND IMPROVED <br><a href="https://ai-gen-4.totob12.repl.co">TOTOB12-GEN 4</a> AI!</h1>
<hr>
<p>It's smarter, it's faster, and it has access to the internet. Introducing, the TotoB12-Gen 4!</p>
</section>
<span class="material-symbols-outlined">auto_awesome</span>
</div>
<!-- ---- ---- MODULES ---- ---- -->
<div class="modules">
<div class="modules-title">
<h1>FEATURES</h1>
<input class="no-event" type="text" id="search" onkeyup="search()" placeholder="Search for features.." title="Type in a feature">
</div>
<section id="modules">
<li><a href="https://totob12-chat.totob12.repl.co/">Chat
<span class="material-symbols-outlined">chat</span></a></li>
<li><a href="https://TotoB12-inpainter.totob12.repl.co">Paint
<span class="material-symbols-outlined">format_paint</span></a></li>
<li><a href="https://totob12.github.io/radio">Radio
<span class="material-symbols-outlined">radio</span></a></li>
<li><a href="https://totob12.github.io/games/">Classic Games
<span class="material-symbols-outlined">sports_esports</span></a></li>
<li><a href="https://totob12.github.io/things/GBA/index.html">Retro Games
<span class="material-symbols-outlined">videogame_asset</span></a></li>
<li><a href="https://totob12.github.io/things/linux.html">Linux
<span class="material-symbols-outlined">code_blocks</span></a></li>
<li><a href="https://totob12.github.io/dvd">DVD
<span class="material-symbols-outlined">eject</span></a></li>
<li><a href="https://totob12.github.io/things/browser.html">Unblocked browser
<span class="material-symbols-outlined">lock_open</span></a></li>
<li><a href="https://totob12.github.io/countdown">Countdown
<span class="material-symbols-outlined">hourglass_empty</span></a></li>
<li><a href="https://lottery.totob12.repl.co">Raffle (beta)
<span class="material-symbols-outlined">local_activity</span></a></li>
<li><a href="https://totob12.github.io/easy-game">Easy Game
<span class="material-symbols-outlined">hourglass_empty</span></a></li>
<li><a href="https://ai-gen-4.totob12.repl.co">TotoB12 AI Gen 4
<span class="material-symbols-outlined">psychology</span></a></li>
<li><a href="https://totob12.github.io/file-converter">File Converter
<span class="material-symbols-outlined">save</span></a></li>
<li><a href="https://totob12.github.io/chess">Chess & AI
<span class="material-symbols-outlined">grid_view</span></a></li>
<li><a href="https://totob12.github.io/wallpaper">Wallpaper
<span class="material-symbols-outlined">wallpaper</span></a></li>
<li><a href="https://drive.totob12.repl.co/">GitCloud
<span class="material-symbols-outlined">cloud</span></a></li>
<li><a href="https://totob12-paint-by-text.vercel.app/">Paint by Text
<span class="material-symbols-outlined">palette</span></a></li>
<li><a href="https://totob12-qr.vercel.app/">AI QR
<span class="material-symbols-outlined">qr_code_scanner</span></a></li>
<li><a id="coming-soon" href="#">Coming soon</a></li>
</section>
</div>
<!-- ---- ---- DANGEROUS ZONE ---- ---- -->
<div class="dangerous-zone">
<h1>DANGER ZONE</h1>
<div class="zone-wrap">
<div>
<button onclick="window.location.href='https://totob12.github.io/crash';">
CRASH BROWSER</button>
<button onclick="while (true) { var x = new Array(1000000000); }">
CRASH DEVICE</button>
</div>
<button onclick="window.location.href='https://totob12.github.io/virus';">
DOWNLOAD VIRUS</button>
</div>
</div>
<!-- ---- ---- FOOTER ---- ---- -->
<div class="hr-wrap"><hr></div>
<footer>
<div>
<p>Design, HTML, CSS, JS by @txoriurdina</p>
<p>Logo by @melatonin</p>
</div>
<div>
<p>A website by @TotoB12</p>
<p>Contact at <a href = "mailto:admin@totob12.com" target = "_self">admin@totob12.com</a></p>
</div>
<div>
<p>© Copyright All rights reserved</p>
<p>Hosted by Github, Replit, and Cloudflare</p>
</div>
</footer>
<center style='padding-bottom: 10px;'>
<a style='font-size: 10px;' href='https://acadooghostwriter.com/'>ACADOOghostwriter.com</a>
<br>
<script type='text/javascript' src='https://www.freevisitorcounters.com/auth.php?id=f7697a3807a1fee35bd5408626ce539f0afabc77'></script>
<script type="text/javascript" src="https://www.freevisitorcounters.com/en/home/counter/1016274/t/1"></script>
</center>
<!-- ---- ---- SCRIPT ---- ---- -->
<script src="script.js"></script>
</main>
</body>
</html>