2024-06-08 15:05:47 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2024-06-13 22:40:08 +02:00
|
|
|
<title>Vivian (0x76)</title>
|
2024-06-08 15:05:47 +02:00
|
|
|
<link rel="stylesheet" href="style.css">
|
2024-09-06 20:13:08 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2024-06-13 22:40:08 +02:00
|
|
|
<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>">
|
2024-06-08 15:05:47 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
|
|
|
<header>
|
|
|
|
<h1></h1>
|
2024-06-13 22:40:08 +02:00
|
|
|
<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>
|
2024-06-08 15:05:47 +02:00
|
|
|
</header>
|
2024-06-13 22:40:08 +02:00
|
|
|
<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>
|
2024-06-08 15:05:47 +02:00
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html>
|
2024-06-13 22:40:08 +02:00
|
|
|
|