mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
124 lines
4.4 KiB
HTML
124 lines
4.4 KiB
HTML
<!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
|
|
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="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>
|