thek4n.ru/index.html
2026-06-03 00:40:13 +03:00

83 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>thek4n</title>
<meta name="description" content="thek4n - developer">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<div class="top-controls">
<div>
<a id="lang-en" class="active" href="https://thek4n.ru/en">English</a>
</div>
</div>
<section>
<h1>TheK4n</h1>
<p><small>Developer</small></p>
</section>
<section>
<h1>Projects</h1>
<p>
<span><a href="https://paste.thek4n.ru">project</a></span>
:
<span><a href="https://gitea.thek4n.ru/thek4n/paste.thek4n.ru">thek4n/paste.thek4n.ru</a></span>
<span><small class="muted">(copy/paste service)</small>
</p>
</section>
<section>
<h1>About Me</h1>
<p>About me text</p>
</section>
<section>
<h2>GPG</h2>
<p>
<span>Available at</span>
<a href="/gpgkey.txt" target="_blank" rel="noopener noreferrer" >thek4n.ru/gpgkey.txt</a>
</p>
<details class="gpg-details">
<summary>
::marker
<span class="summary-row">
Show key
<a id="copy-gpg" class="copy-link" href="#" onclick="copyGPGKey()">Copy</a>
</span>
key....
</summary>
</details>
</section>
<section>
<h2>Contacts</h2>
<p>
<span>Telegram</span>
:
<span><a href="https://t.me/thek4n">@thek4n</a></span>
</p>
</section>
<footer>
<p>© 2026 Vladislav Kan &#60;thek4n@yandex.ru&#62;</p>
</footer>
</main>
<script src="script.js"></script>
</body>
</html>