[claudesquad] update from 'webui' on 22 Jul 25 13:43 EDT (paused)

This commit is contained in:
2025-07-22 13:43:41 -04:00
parent 90fa76b864
commit 1e6ed7e32d
33 changed files with 3415 additions and 0 deletions

21
src/Frontend/index.html Normal file
View File

@@ -0,0 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Release Management Platform</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>