add nav tags

This commit is contained in:
Alvin
2025-10-02 10:54:23 +02:00
parent c0f5956096
commit 51d5c9e119

View File

@@ -8,6 +8,8 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<header>
<div class="header-buttons">
<div class="left-buttons">
@@ -21,10 +23,11 @@
</div>
</div>
</header>
</nav>
<div id="info">
placegolder
</div>
<div id="info">
placegolder
</div>
</body>
</html>