initial commit

This commit is contained in:
Alex Zinn
2025-08-31 16:52:20 -04:00
commit b6717e0cb1
61 changed files with 4192 additions and 0 deletions

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Phenix Customer Portal" />
<script>
__phenixPageLoadTime = new Date().getTime();
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Phenix Customer Portal</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>