0x76.dev/index.html

18 lines
307 B
HTML
Raw Normal View History

2024-06-08 15:05:47 +02:00
<!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>