load bottomnav from js

This commit is contained in:
2025-12-02 10:22:42 -06:00
parent 2d391dab21
commit 8af6ee7cd5
4 changed files with 15 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Im bad at naming things</title>
<link rel="stylesheet" href="assets/index.css">
<script src="assets/global.js" defer></script>
</head>
<body>
<main>
@@ -13,10 +14,5 @@
Lucielle
</div>
</main>
<ul id="bottomnav">
<li><a href="/">[/]</a></li>
<li><a href="#">[/projects]</a></li>
<li><a href="#">[/links]</a></li>
</ul>
</body>
</html>