bottom navigation functionality

This commit is contained in:
2025-12-02 11:46:59 -06:00
parent 8af6ee7cd5
commit 70806b80ee
6 changed files with 59 additions and 14 deletions

15
links.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Links are pretty cool</title>
<link rel="stylesheet" href="assets/global.css">
<script src="assets/global.js" defer></script>
</head>
<body>
<main>
</main>
</body>
</html>