Initial Commit

This commit is contained in:
2026-03-08 16:25:59 +00:00
commit 6e63caeb93
15 changed files with 1471 additions and 0 deletions

16
fridge.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<title>Fridge</title>
</head>
<body>
<div id="navbar-placeholder"></div>
<div id="page-content">
<h2>Fridge Inventory</h2>
</div>
<script src="navbar.js"></script>
</body>
</html>