forked from 3kh0/3kh0.github.io-replit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
73 lines (66 loc) · 4.09 KB
/
about.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
<!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>About | 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 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">Projects</div></a>
<a href="./extras.html"><div class="navitem">Extras</div></a>
<a href="./blog/index.html"><div class="navitem">Blog</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">About 3kh0</div>
<div class="section-text">
<p>Welcome to 3kh0, the better unblocked games website.</p>
<p>3kh0 is a website originally created by 3kh0. This is the fourth version with a new interface and cleaner design.</p>
<br />
<b>Version</b>
<p id="version"></p>
<p id="version-warning" class="version-warning"></p>
<br />
<b>Community</b>
<p><a href="https://discord.gg/3kh0">Discord</a> The main hub for 3kh0 with news contests and giveaways!</p>
<p><a href="https://github.com/3kh0/3kh0.github.io">Github</a> The source code and development center for 3kh0.</p>
<br />
<b>Contact:</b>
<p><a href="mailto:[email protected]">[email protected]</a> Main email, you can email most stuff here (no spam filter, i turned it off)</p>
<p><a href="mailto:[email protected]">[email protected]</a> For formal stuff, like game takedowns, anything else that REALLY needs my attention.</p>
<p><a href="mailto:[email protected]">[email protected]</a> Yet, another email in case for some reason, my other ones are blocked.</p>
<p><a href="https://discordapp.com/users/1056383394470182922">3kh0_#6969</a> My discord is always a great place to message me.</p>
<p>
Verify Me:<br />
1. I live in North Carolina currently, I have never moved in or out of North Carolina at any time of my life. If I ever do, I will update this. Any excuse you get is fake.<br />
2. I am the account holder of https://github.com/3kh0. If you want me to prove it, I will create a txt file in the 3kh0/3kh0 repo with your name, and any other information to confirm that I have write access. The only person with
write access to this repo is me and me only. Any excuse is fake and should not be trusted.<br />
3. Another way to prove that I am real is through any of the contact methods listed above. It will always work, any excuse is fake.<br />
4. My discord account was created on Dec 25, 2022. If any of this information does not match up, the account is fake. Please message me with the information above so I can bully this imposter.
</p>
<b>Main Contributors of v4</b>
<p><a href="https://github.com/Nebelung-Dev">Nebelung</a> Developer</p>
<p><a href="https://github.com/3kh0">3kh0</a> Developer</p>
<p><a href="https://github.com/Piplup7575">Piplup</a> Developer</p>
<br />
<a href="./credits">See all credits</a>
</div>
<footer>© 3kh0 2023</footer>
<script src="./js/about.js"></script>
<script src="./js/index.js"></script>
<script src="./js/main.js"></script>
</body>
</html>