platform-codebase/features/platform-admin/frontend-admin/index.html
Lilith e24b269f66 ♻️ Rename frontend directories to frontend-admin/frontend-public
Standardize frontend directory naming based on purpose:
- attributes/frontend → attributes/frontend-admin
- feature-flags/frontend → feature-flags/frontend-admin
- landing/frontend → landing/frontend-public
- seo/frontend → seo/frontend-admin
- status-dashboard/frontend → status-dashboard/frontend-admin

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:40:58 -08:00

13 lines
406 B
HTML

<!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>Platform Admin - Lilith</title>
</head>
<body class="bg-gray-950 text-gray-100">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>