deiru.online/src/index.html
Deiru TwoKey 02bd176ef8
All checks were successful
publish / publish-site (push) Successful in 5s
fix: move files to src
2026-04-14 18:37:03 +03:00

47 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<title>COOL ZONE</title>
<link rel="canonical" href="https://deiru.online" />
<link rel="stylesheet" href="/styles/font.css" />
<link rel="preload" href="/img/marisas-peach.webp" as="image" type="image/avif" />
<meta name="robots" content="noindex" />
<link rel="stylesheet" href="/styles/style.css">
<link rel="icon" href="/favicon.svg" />
<link rel="icon" href="/favicon.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="You have reached the cool zone" />
<meta name="author" content="&#x30C7;&#x30A4;&#x30EB;&#x30FB;&#x1F315;&#x30FB;&#x30C4;&#x30AD;" />
<meta charset="UTF-8" />
<meta property="og:title" content="&#x30C7;&#x30A4;&#x30EB;&#x30FB;&#x1F315;&#x30FB;&#x30C4;&#x30AD;" />
<meta property="og:description" content="You have reached the cool zone" />
<meta property="og:image" content="https://deiru.online/img/marisas-peach-thumb-round.webp" />
<meta property="og:author" content="&#x30C7;&#x30A4;&#x30EB;&#x30FB;&#x1F315;&#x30FB;&#x30C4;&#x30AD;" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="https://deiru.online" />
<meta name="twitter:title" content="&#x30C7;&#x30A4;&#x30EB;&#x30FB;&#x1F315;&#x30FB;&#x30C4;&#x30AD;" />
<meta name="twitter:description" content="You have reached the cool zone" />
<meta name="twitter:image" content="https://deiru.online/img/marisas-peach-thumb-round.webp" />
</head>
<!--
You have discovered THE COOL ZONE. You were not supposed to.
For your efforts, you get jack shit and this lovely ass.
Cool.
-->
<body>
<div class="page-container">
<div class="container">
<h1>&#x30C7;&#x30A4;&#x30EB; &#x1F315; &#x30C4;&#x30AD;</h1>
<label class="img-container" for="marisa">
<input type="checkbox" name="marisa" id="marisa">
<div class="img"></div>
</label>
</div>
</div>
<footer>
<div class="credits left">Image by <a href="https://x.com/notnoe_/status/1660885922064502784">@notnoe</a></div>
<div class="credits right">Website by <a href="https://gensokyo.social/@Deiru">@Deiru</a></div>
</footer>
</body>
</html>