forked from 3kh0/3kh0.github.io-replit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.html
60 lines (57 loc) · 2.46 KB
/
credits.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
<!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">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="RetroWonder"></li>
<li data-github="SipSup3314"></li>
<li data-github="u4pak"></li>
<li data-github="PenGuen01"></li>
<li data-github="Russell2259">Russell2259</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>
</body>
</html>