manage-apps/linux-bluefin/index.html
Claude Code 46b5ca7724 refactor(commands): ♻️ Implement modular CLI command system with decoupled entry points and shared utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 05:38:43 -07:00

13 lines
446 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'" />
<title>Bluefin LTS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>