initial page

This commit is contained in:
Vivian 2023-01-16 16:19:43 +01:00
parent 82ba5579b8
commit 6c5e7c2de9
9 changed files with 14 additions and 155 deletions

View file

@ -1,34 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>0x76.dev</title>
<meta name="description" content="Page description">
<title>A Page - My Site</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">
<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="#8000FF">
</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>
<pre>
// this page is intentionally left blank
</pre>
</body>
</html>
</html>