forked from kaio-lord/website-x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.html
118 lines (105 loc) · 5.18 KB
/
settings.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
<!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 ultimate unblocked games website on the planet.">
<meta name="author" content="3kh0">
<meta content="3kh0" property="og:title">
<meta content="/images/logo.avif" property="og:image">
<title>Settings | 3kh0</title>
<link href="./images/logo.avif" rel="icon">
<link href="./css/index.css" rel="stylesheet">
<body theme="default">
<div class="navbar">
<div class="navitems">
<div class="navleft">
<img alt="Home" src="./images/logo.avif" class="navlogo" draggable="false">
<span>3kh0</span>
</div>
<a class="navitem" href="index.html"><span class="material-symbols-rounded">home</span><span>Home</span></a>
<a class="navitem" href="./projects"><span class="material-symbols-rounded">videogame_asset</span><span>Projects</span></a>
<a class="navitem" href="./search"><span class="material-symbols-rounded">search</span><span>Search</span></a>
<a class="navitem" href="./cinny"><span class="material-symbols-rounded">chat</span><span>Chat</span></a>
<a class="navitem" current="" href="./settings"><span class="material-symbols-rounded">settings</span><span>Settings</span></a>
<div class="battery">
<div class="battery-head"></div>
<div class="battery-body"></div>
</div>
<p id="battery-percentage"> 100% </p>
<div class="display-time">15:41</div>
</div>
</div>
<div id="particles-js"><canvas class="particles-js-canvas-el" style="width: 100%; height: 100%;" width="933" height="966"></canvas></div>
<img class="setlogo" style="border-radius:20px" height="150px" width="150px" src="./images/logo2.avif">
<div class="section-text">
<p>Made with <span class="material-symbols-rounded">favorite</span> by @divinelordkaio</p>
<p>
3kh0 is a site originally created by 3kh0. This is the latest version
based on version 4's codebase, with a new interface and new features. All games belong to their
creators.
</p>
</div>
<div class="section-title"><span class="material-symbols-rounded">format_size</span> Tab Cloaker</div>
<div class="buttons">
<input id="title" class="input" placeholder="Title" onkeyup="setTitle(this.value)">
<input id="icon" class="input" placeholder="Favicon URL" onkeyup="setFavicon(this.value.trim())">
<button class="button" onclick="resetTab()"><span class="material-symbols-rounded">refresh</span></button>
</div>
<br>
<div class="section-title"><span class="material-symbols-rounded">preview_off</span> Open in about:blank</div>
<div class="section-text">
<p>This opens the site in an about:blank tab, which isn't trackable. It won't show in your history, and the URL won't show up in history or in the tab.</p>
</div>
<div class="buttons">
<button class="button" onclick="create()"><span class="material-symbols-rounded">open_in_new</span></button>
</div>
<br>
<div class="section-title"><span class="material-symbols-rounded">palette</span> Themes</div>
<div class="buttons">
<button class="button" onclick="setTheme('default')">Default</button>
<button class="button" onclick="setTheme('sky')">Sky</button>
<button class="button" onclick="setTheme('V3')">V3</button>
<button class="button" onclick="setTheme('V4')">V4</button>
<button class="button" onclick="setTheme('METAL')">Metallic</button>
<button class="button" onclick="setTheme('artclass')">Art Class</button>
<button class="button" onclick="setTheme('tiktok')">TikTok</button>
<button class="button" onclick="setTheme('discord')">Discord</button>
</div>
<br>
<div class="section-title"><span class="material-symbols-rounded">system_update</span> Version checker</div>
<div class="section-text">
<p id="version">Version: 1.0</p><p id="version-warning" class="version-warning"></p>
</div>
<br>
<div class="section-title"><span class="material-symbols-rounded">link</span> Links</div><div class="section-text">
<p>
<a href="https://discord.gg/echodev-971769908205604864">Discord</a> - The main hub for 3kh0 with
other versions, updates, giveaways, and more
</p>
<p>
<a href="https://github.com/vivanetwork/website-x">GitHub</a> - The main source code
and development center for this version.
</p>
<p>
<a href="https://gitlab.com/kaioxdev/legacy-assets">GitLab</a> - The source code of the games.
</p>
</div>
<br>
<div class="section-title"><span class="material-symbols-rounded">group</span> Developers</div>
<div class="section-text">
<p><a href="https://github.com/3kh0">3kh0</a> - Developer</p>
<p><a href="https://gitlab.com/kaioxdev">kaiolord</a> - Developer</p><p>EchoDev community</p>
</div>
<br>
<footer>
<span>© Realm Services 2024</span>
</footer>
<script src="particles.js-master/particles.js"></script>
<script src="/particles.js-master/demo/js/app.js"></script>
<script src="./js/index.js"></script>
<script src="./js/settings.js"></script>
<script src="./js/main.js"></script>
<script src="./js/about.js"></script>
<script src="./js/battery.js"></script>
</body>
</html>