Files
cameleer-saas/ui/sign-in/index.html
hsiegeln ea3723958e
All checks were successful
CI / build (push) Successful in 47s
CI / docker (push) Successful in 2m45s
fix: bootstrap file permission denied, use PNG favicon
- Change chmod 600 to 644 on bootstrap JSON (cameleer user needs read)
- Use PNG favicon instead of SVG (currentColor invisible in browser tab)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 22:25:15 +02:00

14 lines
392 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sign in — cameleer3</title>
<link rel="icon" type="image/png" sizes="32x32" href="/cameleer-logo-48.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>