initial commit

This commit is contained in:
Vivian 2024-06-08 15:05:47 +02:00
commit 349d5b428a
3 changed files with 69 additions and 0 deletions

17
index.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>0x76.dev</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<header>
<h1></h1>
<p>hi i'm Vivian and welcome to my website</p>
</header>
</main>
</body>
</html>