18 lines
307 B
HTML
18 lines
307 B
HTML
|
<!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>
|