44 lines
867 B
HTML
44 lines
867 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-ascii">
|
|
<pre>
|
|
▄▄▀▄▄
|
|
▄▄▀▀ ▓ ▀▀▄▄
|
|
▀▀▀▄ ▄▀▀▀
|
|
▀
|
|
</pre>
|
|
</div>
|
|
<!--
|
|
<div class="bg-ascii" style="color: #3f0000; font-size: 20px">
|
|
<pre>
|
|
|
|
╔══ ══╗
|
|
║ ║
|
|
|
|
|
|
|
|
|
|
║ ║
|
|
╚══ ══╝
|
|
|
|
</pre>
|
|
</div> -->
|
|
<h1>FREEDOM OF THE MIND</h1>
|
|
|
|
<div class="contact">
|
|
Matrix <a>@jenni:freespace.pw</a> <br>
|
|
Mail <a>jenni@freespace.pw</a>
|
|
</div>
|
|
</body>
|
|
</html>
|