Add navbar to homepage

This commit is contained in:
Ray 2024-07-15 00:32:25 +10:00
parent 55da86912d
commit 4801a82449
1 changed files with 9 additions and 0 deletions

View File

@ -14,9 +14,18 @@
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="#">About</a>
<a href="#">Contact</a>
<a href="#" class="right">Projects</a>
</div>
<div class="header">
<h1>reiyua</h1>
<p>This website is under construction.</p>
</div>
</body>