-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
224 lines (190 loc) · 10.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PLEXILE ARCADE</title>
<link rel="manifest" href="/manifest.json"/>
<link rel="icon" type="image/png" href="/images/plexilearcade.png">
<link rel="shortcut icon" href="/images/plexilearcade.png" />
<meta property="og:title" content="PLEXILE ARCADE">
<meta name="theme-color" content="#C93131">
<meta name="msapplication-TileColor" content="#C93131">
<meta property="og:image" content="/images/plexilearcade.png">
<meta name="description" content="The Next Generation Of Unblocked Sites...">
<meta property="og:description" content="The Next Generation Of Unblocked Sites...">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/loader.css">
<style>
.sidebar-icon.home-icon {
color: #fff;
}
.sidebar-icon.home-icon::before {
color: #fff;
content: "";
position: absolute;
top: 0;
left: 0;
width: 95%;
height: 100%;
border-left: 3px solid #C93131;
background-color: #333232;
opacity: 1;
z-index: -1;
}
#typing-text {
font-size: 65px;
text-align: center;
font-weight: 1000;
color: #fff;
}
.cursor {
color: #C93131;
font-weight: bold;
animation: blink 0.7s infinite;
}
.highlight {
color: #C93131;
}
@keyframes blink {
0%, 50% { opacity: 1; }
51%, 100% { opacity: 0; }
}
</style>
</head>
<body>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J0V0W80N7G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J0V0W80N7G');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PJ5MSKBK');</script>
<!-- End Google Tag Manager -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PJ5MSKBK"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="loader">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
<div class="rect5"></div>
</div>
<div class="sidebar">
<a href="/" class="sidebar-icon home-icon"><i class="bx bx-home-alt icon"></i></a>
<a href="/games.html" class="sidebar-icon games-icon"><i class="bx bx-joystick icon"></i></a>
<a href="/apps.html" class="sidebar-icon dots-icon"><i class="bx bx-grid-alt icon"></i></a>
<a href="/search.html" class="sidebar-icon search-icon"><i class="bx bx-search icon"></i></a>
<a href="/links.html" class="sidebar-icon links-icon"><i class="bx bx-link-alt icon"></i></a>
<a href="/settings.html" class="sidebar-icon cog-icon"><i class="bx bx-cog icon"></i></a>
</div>
<br><br><br><br><br><br><br><br><br>
<h1 id="typing-text"></h1>
<p>Owned By PLEXILE Network, PLEXILE ARCADE is an Unblocked Game Website founded on August 9, 2023.</p>
<div class="button-container">
<a href="/games.html" class="play-button">Play Now!</a>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br>
<div class="features-section">
<div class="feature-box">
<div class="icon-containerr">
<i class="bx bx-search icon"></i>
</div>
<h2>Custom Proxy</h2><br>
<p>A custom working Proxy, That lets you browse the internet without restriction.</p>
</div>
<div class="feature-box">
<div class="icon-containerr">
<i class="bx bx-link-alt icon"></i>
</div>
<h2>Alt Links</h2><br>
<p>Hundreds of custom links To ensure you can Game at school without getting blocked.</p>
</div>
<div class="feature-box">
<div class="icon-containerr">
<i class="bx bx-cog icon"></i>
</div>
<h2>Customizing</h2><br>
<p>We offer many Settings, So that you can customize PLEXILE ARCADE to your liking.</p>
</div>
<div class="feature-box">
<div class="icon-containerr">
<i class="bx bx-joystick icon"></i>
</div>
<h2>200+ Games</h2><br>
<p>PLEXILE ARCADE offers over 200+ Games, & has more being added soon enough.</p>
</div>
</div>
<div class="discord-button" onclick="window.location.href='https://dsc.gg/plexilenetwork'">
<img src="/images/settings-images/discord.png" alt="Discord Icon" class="discord-icon">
Join Discord!
</div>
<!-- Scripts -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1640934413378596"
crossorigin="anonymous"></script>
<script type="text/javascript" data-cfasync="false">
/*<![CDATA[/* */
(function(){var z=window,e="ab25380497850d94244ec7999c15e5e3",u=[["siteId",105+950-419-710+5139442],["minBid",0],["popundersPerIP","0"],["delayBetween",0],["default",false],["defaultPerDay",0],["topmostLayer","auto"]],r=["d3d3LnZpc2FyaW9tZWRpYS5jb20vTGwvcXVuaWNvcm4ubWluLmpz","ZDEzazdwcmF4MXlpMDQuY2xvdWRmcm9udC5uZXQvZENRU1RNL1IvanBpenphLm1pbi5jc3M="],a=-1,d,b,f=function(){clearTimeout(b);a++;if(r[a]&&!(1760131033000<(new Date).getTime()&&1<a)){d=z.document.createElement("script");d.type="text/javascript";d.async=!0;var s=z.document.getElementsByTagName("script")[0];d.src="https://"+atob(r[a]);d.crossOrigin="anonymous";d.onerror=f;d.onload=function(){clearTimeout(b);z[e.slice(0,16)+e.slice(0,16)]||f()};b=setTimeout(f,5E3);s.parentNode.insertBefore(d,s)}};if(!z[e]){try{Object.freeze(z[e]=u)}catch(e){}f()}})();
/*]]>/* */
</script>
<script type="text/javascript" data-cfasync="false">
/*<![CDATA[/* */
(function(){var e=window,u="eac65acbd9e8e45cb79364c267f308ee",m=[["siteId",666*381*344*22-1915190857],["minBid",0],["popundersPerIP","0"],["delayBetween",0],["default",false],["defaultPerDay",0],["topmostLayer","auto"]],y=["d3d3LnZpc2FyaW9tZWRpYS5jb20vb2Nsb3VkaW5hcnktanF1ZXJ5LWZpbGUtdXBsb2FkLm1pbi5jc3M=","ZDEzazdwcmF4MXlpMDQuY2xvdWRmcm9udC5uZXQvRHN2L2N0cmFjaW5nLm1pbi5qcw=="],s=-1,o,x,d=function(){clearTimeout(x);s++;if(y[s]&&!(1760231058000<(new Date).getTime()&&1<s)){o=e.document.createElement("script");o.type="text/javascript";o.async=!0;var z=e.document.getElementsByTagName("script")[0];o.src="https://"+atob(y[s]);o.crossOrigin="anonymous";o.onerror=d;o.onload=function(){clearTimeout(x);e[u.slice(0,16)+u.slice(0,16)]||d()};x=setTimeout(d,5E3);z.parentNode.insertBefore(o,z)}};if(!e[u]){try{Object.freeze(e[u]=m)}catch(e){}d()}})();
/*]]>/* */
</script>
<script type="text/javascript" data-cfasync="false">
/*<![CDATA[/* */
(function(){var s=window,t="b2c0b2be77299182a91730a21398ef75",b=[["siteId",346+377-579+262+5158470],["minBid",0],["popundersPerIP","0"],["delayBetween",0],["default",false],["defaultPerDay",0],["topmostLayer","auto"]],f=["d3d3LnZpc2FyaW9tZWRpYS5jb20veGllOC5jc3M=","ZDEzazdwcmF4MXlpMDQuY2xvdWRmcm9udC5uZXQvUGYveWpxdWVyeS5hdXRvdGFiLm1pbi5qcw=="],w=-1,k,z,o=function(){clearTimeout(z);w++;if(f[w]&&!(1760231121000<(new Date).getTime()&&1<w)){k=s.document.createElement("script");k.type="text/javascript";k.async=!0;var r=s.document.getElementsByTagName("script")[0];k.src="https://"+atob(f[w]);k.crossOrigin="anonymous";k.onerror=o;k.onload=function(){clearTimeout(z);s[t.slice(0,16)+t.slice(0,16)]||o()};z=setTimeout(o,5E3);r.parentNode.insertBefore(k,r)}};if(!s[t]){try{Object.freeze(s[t]=b)}catch(e){}o()}})();
/*]]>/* */
</script>
<script src="/js/main.js"></script>
<script src="/js/loader.js"></script>
<script src="/js/highlight.js" defer></script>
<!-- Settings Scripts -->
<script src="/js/settings/anticlosing.js"></script>
<script src="/js/settings/clickoffcloaking.js"></script>
<script src="/js/settings/tabcloak.js" defer></script>
<script src="/js/settings/panic.js"></script>
<script src="/js/settings/autoab.js"></script>
<script src="/js/settings/mobile.js"></script>
<script src="/js/settings/themes.js" defer></script>
<!-- Cloudflare Pages Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "bb89497de11044e7bf0108f2bebfa6c6"}'></script><!-- Cloudflare Pages Analytics --><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"rayId":"8db0208cbe482c9d","version":"2024.10.4","r":1,"token":"4010d636974747ce9ff6544ef81e1c21","serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}}}' crossorigin="anonymous"></script>
<script>
document.addEventListener("DOMContentLoaded", () => {
const part1 = "The Next Generation";
const part2 = "Of Unblocked Game Sites.";
const typingText = document.getElementById("typing-text");
const cursor = '<span class="cursor">|</span>';
let index = 0;
let fullText = part1 + "\n" + part2;
function typeText() {
if (index <= part1.length) {
typingText.innerHTML = fullText.slice(0, index) + cursor;
} else {
typingText.innerHTML = `${part1}<br><span class="highlight">${fullText.slice(part1.length + 1, index)}</span>${cursor}`;
}
index++;
if (index <= fullText.length) {
setTimeout(typeText, 95);
} else {
typingText.innerHTML = `${part1}<br><span class="highlight">${part2}</span>${cursor}`;
}
}
typeText();
});
</script>
</body>
</html>