Files
cyph3rasi e41da3e6c8 Gate authenticated startup behind a branded connecting screen until webview handoff completes
Hop-State: A_06FPH83PG5HPAWAAD6CMP0G
Hop-Proposal: R_06FPH837DB89SK1KPK2QGA8
Hop-Task: T_06FPH7MPR7BHXM62H21SEER
Hop-Attempt: AT_06FPH7MPR5TCA3S36T5CMXG
2026-07-15 18:52:54 -07:00

16 lines
426 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#070808" />
<link rel="preload" href="/logotext.svg" as="image" type="image/svg+xml" />
<title>Synapsis</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>