frontend/v4/projects.html
2024-01-30 01:27:21 +00:00

118 lines
4.3 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" />
<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>