first commit - create home login and register

This commit is contained in:
2024-11-10 11:46:56 +01:00
commit c1d7b0d7ec
66 changed files with 3966 additions and 0 deletions

16
index.html Normal file
View File

@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/bell.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cal Dimoni Order Manager</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>