0x76.dev/index.html
2022-05-13 16:18:48 +02:00

34 lines
No EOL
1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>0x76.dev</title>
<meta name="description" content="Page description">
<link rel="stylesheet" href="/style.css">
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<meta name="theme-color" content="#0FO">
</head>
<body>
<script src="/script.js" type="module"></script>
<main>
<section id="main">
<h1>0x76.dev</h1>
<h3>Hi~ welcome to <a href="#">0x76.dev</a></h3>
<p>
I'm victor (also known as <span class="x76" title="0x76">v</span>), and you can use any pronouns for me.
I like programming, philosphy, reading, and whatever piques my interest at any given time.
<span class="blinking-cursor"></span>
</p>
</section>
<section id="links">
<div>Projects</div>
<div>Mastodon</div>
</section>
</main>
</body>
</html>