Files
main/index.html
T
2026-08-01 04:17:50 +02:00

44 lines
884 B
HTML

<!DOCTYPE html>
<html lang="en">
<!-- I don't know, why i make comments -->
<head>
<meta charset="UTF-8">
<meta name="color-scheme" content="dark light">
<link rel="stylesheet" href="just.css">
<link rel="author" src="git.uwushka.cc/nouwushka">
<title>uwu.dev</title>
<link rel="icon" href="img/favicon.png" type="image/png">
</head>
<body>
<div class="bg-test">
<pre>
▄▄▀▄▄
▄▄▀▀ ▓ ▀▀▄▄
▀▀▀▄ ▄▀▀▀
</pre>
</div>
<div class="bg-test" style="color: #3f0000; font-size: 20px">
<pre>
╔══ ══╗
║ ║
║ ║
╚══ ══╝
</pre>
</div>
<h1>FREEDOM OF THE MIND</h1>
<div>
My contact:
Matrix - <div class="contact">@own:freespace.pw</div>
Mail - <div class="contact">@freespace.pw</div>
</div>
</body>
</html>