0x76.dev/index.html
2024-09-06 20:13:08 +02:00

29 lines
1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vivian (0x76)</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💜</text></svg>">
</head>
<body>
<main>
<header>
<h1></h1>
<p>Hi i'm Vivian (she/her) and welcome to my website!</p>
<p>I'm into all things tech, but also TTRPGs, board games, books and philosophy.</p>
</header>
<section class="socials">
<ul>
<h2>Links</h2>
<li><a href="mailto:vivian@0x76.dev">E-Mail</a></li>
<li><a rel="me" href="https://fedi.xirion.net/@0x76">Fedi</a></li>
<li><a href="https://git.0x76.dev">Self Hosted Git</a>
<li><a href="https://github.com/NULLx76/">Github</a></li>
</ul>
</section>
</main>
</body>
</html>