Add initial HTML template for Inventory Manager

This commit is contained in:
MayaTheShy
2026-03-21 16:50:44 -04:00
parent 956bc82f7f
commit 6021b9603c

16
web/client/dist/index.html vendored 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" />
<title>Inventory Manager</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap" rel="stylesheet" />
<script type="module" crossorigin src="/assets/index-B7ZM_lOm.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CSB3uKJi.css">
</head>
<body>
<div id="root"></div>
</body>
</html>