mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 18:42:08 -05:00
Upload files to "v4"
This commit is contained in:
parent
9246331b5a
commit
984b13b6ec
123
v4/credits.html
Normal file
123
v4/credits.html
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta name="description" content="The better unblocked games website." />
|
||||||
|
<meta
|
||||||
|
name="keywords"
|
||||||
|
content="front-end web developer, unblocked, games, google sites, unblocked games mom, ublocked, code, coding, programmer, development, javascript, jquery, bootstrap, sass, less, git"
|
||||||
|
/>
|
||||||
|
<meta name="author" content="3kh0" />
|
||||||
|
<meta content="3kh0" property="og:title" />
|
||||||
|
<meta
|
||||||
|
content="The better unblocked games website."
|
||||||
|
property="og:description"
|
||||||
|
/>
|
||||||
|
<meta content="./images/logo.png" property="og:image" />
|
||||||
|
<title>Credits | 3kh0</title>
|
||||||
|
<link href="./images/logo.png" rel="icon" />
|
||||||
|
<link href="./css/index.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
<!-- Ad Script -->
|
||||||
|
<script
|
||||||
|
async
|
||||||
|
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6804325669459767"
|
||||||
|
crossorigin="anonymous"
|
||||||
|
></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="navbar">
|
||||||
|
<div class="navitems">
|
||||||
|
<img
|
||||||
|
onclick="location.href='https://www.youtube.com/watch?v=dQw4w9WgXcQ'"
|
||||||
|
src="images/logo.png"
|
||||||
|
class="navlogo"
|
||||||
|
draggable="false"
|
||||||
|
/>
|
||||||
|
<a href="/"><div class="navitem">Home</div></a>
|
||||||
|
<a href="./projects.html"><div class="navitem">Games</div></a>
|
||||||
|
<a href="./settings.html"><div class="navitem">Settings</div></a>
|
||||||
|
<a href="./about.html"><div class="navitem" current>About</div></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section-title">Credits</div>
|
||||||
|
<div class="section-text">
|
||||||
|
<p>3kh0 is an open source website with many contributing developers.</p>
|
||||||
|
<p>The website is owned and maintained by 3kh0 (Echo)</p>
|
||||||
|
<br />
|
||||||
|
<p>Main devlopers</p>
|
||||||
|
<ul>
|
||||||
|
<li data-github="3kh0"></li>
|
||||||
|
<li data-github="Nebelung-Dev"></li>
|
||||||
|
<li data-github="Piplup7575"></li>
|
||||||
|
</ul>
|
||||||
|
<p>Other Developers</p>
|
||||||
|
<ul>
|
||||||
|
<li data-github="Whar69"></li>
|
||||||
|
<li data-github="airtag8892"></li>
|
||||||
|
<li data-github="OutRed"></li>
|
||||||
|
<li data-github="ThatOnePers0n"></li>
|
||||||
|
<li data-github="SipSup3314"></li>
|
||||||
|
<li data-github="u4pak"></li>
|
||||||
|
<li data-github="PenGuen01"></li>
|
||||||
|
<li data-github="Russell2259"></li>
|
||||||
|
<li data-github="fowntain"></li>
|
||||||
|
<li data-github="Rahib777-7"></li>
|
||||||
|
<li data-github="tgcofficial"></li>
|
||||||
|
<li data-github="host008"></li>
|
||||||
|
<li data-github="DapperLS-Bot-Dev"></li>
|
||||||
|
<li data-github="aeiea"></li>
|
||||||
|
<li data-github="pandadevv5495"></li>
|
||||||
|
<li data-github="BountyInfinity"></li>
|
||||||
|
<li data-github="liutristan"></li>
|
||||||
|
<li data-github="CaedenPH"></li>
|
||||||
|
<li data-github="VillainsRule"></li>
|
||||||
|
<li data-github="ninjaulrtahdgamedabworriercoolfortnite"></li>
|
||||||
|
<li data-github="pandadevv5495"></li>
|
||||||
|
<li data-github="Sharkboss18"></li>
|
||||||
|
<li data-github="Nailington"></li>
|
||||||
|
<li data-github="ajimmicspark"></li>
|
||||||
|
<li data-github="zxcodes"></li>
|
||||||
|
<li data-github="wendoj"></li>
|
||||||
|
<li data-github="relative"></li>
|
||||||
|
<li data-github="DeepanshuGoel1122"></li>
|
||||||
|
<li data-github="rajeevcodes0"></li>
|
||||||
|
<li data-github="mjz19910"></li>
|
||||||
|
<li data-github="albibos"></li>
|
||||||
|
<li data-github="m1kecraft"></li>
|
||||||
|
<li data-github="amhooman"></li>
|
||||||
|
<li data-github="Abnumality"></li>
|
||||||
|
<li data-github="RuralAnemone"></li>
|
||||||
|
<li data-github="YeeticusPrimed"></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<footer>© 3kh0 2023</footer>
|
||||||
|
|
||||||
|
<script src="./js/index.js"></script>
|
||||||
|
<script src="./js/main.js"></script>
|
||||||
|
<script>
|
||||||
|
document.querySelectorAll("[data-github]").forEach((item) => {
|
||||||
|
item.innerHTML = `<a href="https://github.com/${item.dataset.github}">${item.dataset.github}</a>`;
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<script src="http://use.fontawesome.com/526e68a831.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
function googleTranslateElementInit() {
|
||||||
|
new google.translate.TranslateElement(
|
||||||
|
{
|
||||||
|
pageLanguage: "en",
|
||||||
|
layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL,
|
||||||
|
},
|
||||||
|
"google_translate_element"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script
|
||||||
|
type="text/javascript"
|
||||||
|
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"
|
||||||
|
></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
59
v4/index.html
Normal file
59
v4/index.html
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta name="description" content="The better unblocked games website." />
|
||||||
|
<meta
|
||||||
|
name="keywords"
|
||||||
|
content="front-end web developer, unblocked, games, google sites, unblocked games mom, ublocked, code, coding, programmer, development, javascript, jquery, bootstrap, sass, less, git"
|
||||||
|
/>
|
||||||
|
<meta name="author" content="3kh0" />
|
||||||
|
<meta content="3kh0" property="og:title" />
|
||||||
|
<meta
|
||||||
|
content="The better unblocked games website."
|
||||||
|
property="og:description"
|
||||||
|
/>
|
||||||
|
<meta content="./images/logo.png" property="og:image" />
|
||||||
|
<title>3kh0</title>
|
||||||
|
<link href="./images/logo.png" rel="icon" />
|
||||||
|
<link href="./css/index.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
<!-- Ad Script -->
|
||||||
|
<script
|
||||||
|
async
|
||||||
|
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6804325669459767"
|
||||||
|
crossorigin="anonymous"
|
||||||
|
></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="navbar">
|
||||||
|
<div class="navitems">
|
||||||
|
<img
|
||||||
|
alt="Home"
|
||||||
|
src="images/logo.png"
|
||||||
|
class="navlogo"
|
||||||
|
draggable="false"
|
||||||
|
/>
|
||||||
|
<a href="/"><div class="navitem" current>Home</div></a>
|
||||||
|
<a href="./projects.html"><div class="navitem">Games</div></a>
|
||||||
|
<a href="./settings.html"><div class="navitem">Settings</div></a>
|
||||||
|
<a href="./about.html"><div class="navitem">About</div></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="title">3kh0: Reborn</div>
|
||||||
|
<center>
|
||||||
|
<div class="message homemessage" onclick="setRandomSay()">...</div>
|
||||||
|
<br />
|
||||||
|
<a href="./projects.html" class="play-link" data-aos="fade-up">
|
||||||
|
<button class="play">Play Now</button>
|
||||||
|
</a>
|
||||||
|
</center>
|
||||||
|
|
||||||
|
<script src="./js/index.js"></script>
|
||||||
|
<script src="./js/home.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
54
v4/login.html
Normal file
54
v4/login.html
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta name="description" content="The better unblocked games website." />
|
||||||
|
<meta
|
||||||
|
name="keywords"
|
||||||
|
content="front-end web developer, unblocked, games, google sites, unblocked games mom, ublocked, code, coding, programmer, development, javascript, jquery, bootstrap, sass, less, git"
|
||||||
|
/>
|
||||||
|
<meta name="author" content="3kh0" />
|
||||||
|
<meta content="3kh0" property="og:title" />
|
||||||
|
<meta
|
||||||
|
content="The better unblocked games website."
|
||||||
|
property="og:description"
|
||||||
|
/>
|
||||||
|
<meta content="./images/logo.png" property="og:image" />
|
||||||
|
<title>3kh0</title>
|
||||||
|
<link href="./images/logo.png" rel="icon" />
|
||||||
|
<link href="./css/index.css" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="navbar">
|
||||||
|
<div class="navitems">
|
||||||
|
<img
|
||||||
|
alt="Home"
|
||||||
|
src="./images/logo.png"
|
||||||
|
class="navlogo"
|
||||||
|
draggable="false"
|
||||||
|
/>
|
||||||
|
<a href="/"><div class="navitem">Home</div></a>
|
||||||
|
<a href="./projects.html"><div class="navitem">Games</div></a>
|
||||||
|
<a href="./settings.html"><div class="navitem">Settings</div></a>
|
||||||
|
<a href="./about.html"><div class="navitem">About</div></a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="title">3kh0</div>
|
||||||
|
<center>
|
||||||
|
<a
|
||||||
|
href="https://sylo.nebulaproxy.dev/login"
|
||||||
|
class="play-link"
|
||||||
|
data-aos="fade-up"
|
||||||
|
><button class="play">Login with Sylo</button></a
|
||||||
|
>
|
||||||
|
</center>
|
||||||
|
|
||||||
|
<footer>© 3kh0 2023 | discord.gg/unblocker</footer>
|
||||||
|
|
||||||
|
<script src="./js/index.js"></script>
|
||||||
|
<script src="./js/home.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
117
v4/projects.html
Normal file
117
v4/projects.html
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta name="description" content="The better unblocked games website." />
|
||||||
|
<meta
|
||||||
|
name="keywords"
|
||||||
|
content="front-end web developer, unblocked, games, google sites, unblocked games mom, ublocked, code, coding, programmer, development, javascript, jquery, bootstrap, sass, less, git"
|
||||||
|
/>
|
||||||
|
<meta name="author" content="3kh0" />
|
||||||
|
<meta content="3kh0" property="og:title" />
|
||||||
|
<meta
|
||||||
|
content="The better unblocked games website."
|
||||||
|
property="og:description"
|
||||||
|
/>
|
||||||
|
<meta content="/images/logo.png" property="og:image" />
|
||||||
|
<link href="./images/logo.png" rel="icon" />
|
||||||
|
<link href="./css/index.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
<!-- Ad Script -->
|
||||||
|
<script
|
||||||
|
async
|
||||||
|
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6804325669459767"
|
||||||
|
crossorigin="anonymous"
|
||||||
|
></script>
|
||||||
|
<title>Projects | 3kh0</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="navbar">
|
||||||
|
<div class="navitems">
|
||||||
|
<img
|
||||||
|
alt="Home"
|
||||||
|
src="./images/logo.png"
|
||||||
|
class="navlogo"
|
||||||
|
draggable="false"
|
||||||
|
/>
|
||||||
|
<a href="/"><div class="navitem">Home</div></a>
|
||||||
|
<a href="./projects.html"><div class="navitem" current>Games</div></a>
|
||||||
|
<a href="./settings.html"><div class="navitem">Settings</div></a>
|
||||||
|
<a href="./about.html"><div class="navitem">About</div></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<center>
|
||||||
|
<input class="searchbar" placeholder="Search 3kh0" />
|
||||||
|
</center>
|
||||||
|
<div class="saveItems">
|
||||||
|
<button class="button" onclick="downloadMainSave()">Download Save</button>
|
||||||
|
<button class="button" onclick="uploadMainSave()">Upload Save</button>
|
||||||
|
<button class="button" onclick="clearCdnCache()">Clear CDN Cache</button>
|
||||||
|
|
||||||
|
<div class="uploadResult"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<input class="hiddenUpload" type="file" accept=".save" />
|
||||||
|
<div class="hii" hidden>
|
||||||
|
hi join discord.gg/3kh0 pls pls pls tysm ❤️ also how did you see this?
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="games"></div>
|
||||||
|
|
||||||
|
<div class="gamecontainer hidden">
|
||||||
|
<div class="nav">
|
||||||
|
<div class="item" id="back">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960">
|
||||||
|
<path
|
||||||
|
d="M627 948 276 597q-5-5-7-10t-2-11q0-6 2-11t7-10l351-351q11-11 28-11t28 11q12 12 12 28.5T683 261L368 576l315 315q13 13 12 29t-12 27q-12 12-28.5 12T627 948Z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<span> Loading... </span>
|
||||||
|
|
||||||
|
<div class="item right" id="fullscreen">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960">
|
||||||
|
<path
|
||||||
|
d="M230 856q-12.75 0-21.375-8.625T200 826V693q0-12.75 8.675-21.375 8.676-8.625 21.5-8.625 12.825 0 21.325 8.625T260 693v103h103q12.75 0 21.375 8.675 8.625 8.676 8.625 21.5 0 12.825-8.625 21.325T363 856H230Zm-.175-367Q217 489 208.5 480.375T200 459V326q0-12.75 8.625-21.375T230 296h133q12.75 0 21.375 8.675 8.625 8.676 8.625 21.5 0 12.825-8.625 21.325T363 356H260v103q0 12.75-8.675 21.375-8.676 8.625-21.5 8.625ZM597 856q-12.75 0-21.375-8.675-8.625-8.676-8.625-21.5 0-12.825 8.625-21.325T597 796h103V693q0-12.75 8.675-21.375 8.676-8.625 21.5-8.625 12.825 0 21.325 8.625T760 693v133q0 12.75-8.625 21.375T730 856H597Zm132.825-367Q717 489 708.5 480.375T700 459V356H597q-12.75 0-21.375-8.675-8.625-8.676-8.625-21.5 0-12.825 8.625-21.325T597 296h133q12.75 0 21.375 8.625T760 326v133q0 12.75-8.675 21.375-8.676 8.625-21.5 8.625Z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="frame">
|
||||||
|
<iframe frameborder="0" id="gameframe" class="gameframe"></iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<span class="spinner">
|
||||||
|
<svg viewBox="22 22 44 44">
|
||||||
|
<circle
|
||||||
|
class="spinnerSvg"
|
||||||
|
cx="44"
|
||||||
|
cy="44"
|
||||||
|
r="20.2"
|
||||||
|
fill="none"
|
||||||
|
stroke-width="3.6"
|
||||||
|
></circle>
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<div class="nogames">
|
||||||
|
<h1>¯\(°_o)/¯</h1>
|
||||||
|
<p>
|
||||||
|
No results found. If your want to add a game, please make a suggestion
|
||||||
|
to our
|
||||||
|
<a href="https://github.com/3kh0/3kh0.github.io/issues">GitHub</a>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer>© 3kh0 2023</footer>
|
||||||
|
|
||||||
|
<script src="./js/index.js"></script>
|
||||||
|
<script src="./js/games.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
182
v4/settings.html
Normal file
182
v4/settings.html
Normal file
@ -0,0 +1,182 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<meta name="description" content="The better unblocked games website." />
|
||||||
|
<meta
|
||||||
|
name="keywords"
|
||||||
|
content="front-end web developer, unblocked, games, google sites, unblocked games mom, ublocked, code, coding, programmer, development, javascript, jquery, bootstrap, sass, less, git"
|
||||||
|
/>
|
||||||
|
<meta name="author" content="3kh0" />
|
||||||
|
<meta content="3kh0" property="og:title" />
|
||||||
|
<meta
|
||||||
|
content="The better unblocked games website."
|
||||||
|
property="og:description"
|
||||||
|
/>
|
||||||
|
<meta content="/images/logo.png" property="og:image" />
|
||||||
|
|
||||||
|
<title>Settings | 3kh0</title>
|
||||||
|
<link href="./images/logo.png" rel="icon" />
|
||||||
|
<link href="./css/index.css" rel="stylesheet" />
|
||||||
|
<script
|
||||||
|
src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3"
|
||||||
|
async
|
||||||
|
defer
|
||||||
|
></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="navbar">
|
||||||
|
<div class="navitems">
|
||||||
|
<img
|
||||||
|
alt="Home"
|
||||||
|
src="./images/logo.png"
|
||||||
|
class="navlogo"
|
||||||
|
draggable="false"
|
||||||
|
/>
|
||||||
|
<a href="/"><div class="navitem">Home</div></a>
|
||||||
|
<a href="./projects.html"><div class="navitem">Games</div></a>
|
||||||
|
<a href="./settings.html"><div class="navitem" current>Settings</div></a>
|
||||||
|
<a href="./about.html"><div class="navitem">About</div></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section-title">Tab Cloak</div>
|
||||||
|
<div class="buttons">
|
||||||
|
<input
|
||||||
|
id="title"
|
||||||
|
class="input"
|
||||||
|
placeholder="Title"
|
||||||
|
onkeyup="setTitle(this.value)"
|
||||||
|
/>
|
||||||
|
<input
|
||||||
|
id="icon"
|
||||||
|
class="input"
|
||||||
|
placeholder="Favicon"
|
||||||
|
onkeyup="setFavicon(this.value.trim())"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<br />
|
||||||
|
<p class="section-text">Or choose a readymade cloak:</p>
|
||||||
|
<div class="buttons">
|
||||||
|
<select name="Readymade Cloaks" id="premadecloaks" title="Cloaks">
|
||||||
|
<option value="search">Google Search</option>
|
||||||
|
<option value="bsite">BillyBilly</option>
|
||||||
|
<option value="itchio">ItchiIo</option>
|
||||||
|
<option value="wikipedia">Wikipedio</option>
|
||||||
|
<option value="search">Google Search</option>
|
||||||
|
<option value="cornhub">Cornhub</option>
|
||||||
|
<option value="librex">LibreX</option>
|
||||||
|
<option value="nitter">Nitter</option>
|
||||||
|
<option value="indivious">Indivious</option>
|
||||||
|
<option value="teddit">Teddit</option>
|
||||||
|
<option value="drive">Google Drive</option>
|
||||||
|
<option value="youtube">YouTube</option>
|
||||||
|
<option value="gmail">Gmail</option>
|
||||||
|
<option value="calendar">Google Calendar</option>
|
||||||
|
<option value="meets">Google Meet</option>
|
||||||
|
<option value="classroom">Google Classroom</option>
|
||||||
|
<option value="canvas">Canvas</option>
|
||||||
|
<option value="zoom">Zoom</option>
|
||||||
|
<option value="khan">Khan Academy</option>
|
||||||
|
</select>
|
||||||
|
|
||||||
|
<button class="button" onclick="setCloak()">Set readymade cloak</button>
|
||||||
|
<button class="button" onclick="resetTab()">Reset</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="section-title">Theme</div>
|
||||||
|
<div class="buttons">
|
||||||
|
<button class="button" onclick="setTheme('default')">Default</button>
|
||||||
|
<button class="button" onclick="setTheme('light')">Light</button>
|
||||||
|
<button
|
||||||
|
class="button"
|
||||||
|
onclick="setTheme('if_you_are_reading_this_are_you_skidding_or_just_looking_at_code')"
|
||||||
|
>
|
||||||
|
Аડ।еер
|
||||||
|
</button>
|
||||||
|
<button class="button" onclick="setTheme('fuckyoufeny')">feny</button>
|
||||||
|
<button class="button" onclick="setTheme('axel')">Animan</button>
|
||||||
|
<button class="button" onclick="setTheme('fuckyouandrewosborne')">
|
||||||
|
andrewosborne
|
||||||
|
</button>
|
||||||
|
<button class="button" onclick="setTheme('blue')">Blue</button>
|
||||||
|
<button class="button" onclick="setTheme('yellow')">Yellow</button>
|
||||||
|
<button class="button" onclick="setTheme('amoled')">AMOLED</button>
|
||||||
|
<button class="button" onclick="setTheme('poop')">POOP THEME</button>
|
||||||
|
<button class="button" onclick="setTheme('pink')">Pink</button>
|
||||||
|
<button class="button" onclick="setTheme('airtagschicken')">
|
||||||
|
airtag
|
||||||
|
</button>
|
||||||
|
<button class="button" onclick="setTheme('communism')">China</button>
|
||||||
|
<button class="button" onclick="setTheme('homestuck')">Homestuck</button>
|
||||||
|
<button class="button" onclick="setTheme('orchid')">Orchid</button>
|
||||||
|
<button class="button" onclick="setTheme('sky')">Sky</button>
|
||||||
|
<button class="button" onclick="setTheme('sunset')">Sunset</button>
|
||||||
|
<button class="button" onclick="setTheme('fracital')">Fracital</button>
|
||||||
|
<button class="button" onclick="setTheme('concrete')">Concrete</button>
|
||||||
|
<button class="button" onclick="setTheme('monotonium')">
|
||||||
|
Monotonium
|
||||||
|
</button>
|
||||||
|
<button class="button" onclick="setTheme('monotonium-dark')">
|
||||||
|
Monotonium Dark
|
||||||
|
</button>
|
||||||
|
<button class="button" onclick="setTheme('parrot');setParrotColors()">
|
||||||
|
Parrot
|
||||||
|
</button>
|
||||||
|
<button class="button" onclick="setTheme('northernfish')">
|
||||||
|
Northernfish
|
||||||
|
</button>
|
||||||
|
<button hidden class="button forternish" onclick="setTheme('forternish')">
|
||||||
|
Forternish
|
||||||
|
</button>
|
||||||
|
<button class="button" onclick="setTheme('winter')">Winter</button>
|
||||||
|
<button hidden class="button nebelung" onclick="setTheme('nebelung')">
|
||||||
|
Nebelung
|
||||||
|
</button>
|
||||||
|
<button hidden class="button hacker" onclick="setTheme('hacker')">
|
||||||
|
Nebelung is a hacker
|
||||||
|
</button>
|
||||||
|
<button hidden class="button piplup" onclick="setTheme('piplup')">
|
||||||
|
Piplup
|
||||||
|
</button>
|
||||||
|
<button class="button" onclick="setTheme('premiumdark')">Mollomm1's Premium Dark</button>
|
||||||
|
</div>
|
||||||
|
<br />
|
||||||
|
<div class="buttons">
|
||||||
|
<input
|
||||||
|
type="color"
|
||||||
|
id="theme_color"
|
||||||
|
name="Theme picker"
|
||||||
|
value="#4caf50"
|
||||||
|
oninput="setThemeColor(this.value)"
|
||||||
|
/>
|
||||||
|
<label for="head">Set custom color</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer>© 3kh0 2023</footer>
|
||||||
|
|
||||||
|
<script src="./js/index.js"></script>
|
||||||
|
<script src="./js/settings.js"></script>
|
||||||
|
|
||||||
|
<div id="google_translate_element"></div>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function googleTranslateElementInit() {
|
||||||
|
new google.translate.TranslateElement(
|
||||||
|
{
|
||||||
|
pageLanguage: "en",
|
||||||
|
layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL,
|
||||||
|
},
|
||||||
|
"google_translate_element"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script
|
||||||
|
type="text/javascript"
|
||||||
|
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"
|
||||||
|
></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user