talkis/index.html
David Perov 71ae9ba28a Rebrand to Talkis, fix live settings sync, bump 0.1.8
- Full rebrand: TalkFlow → Talkis across all code, config, UI, docs
- Bundle ID: com.trixter.talkis, deep link: talkis://, store: talkis.json
- Fix: SettingsTabs now emits SETTINGS_UPDATED_EVENT so API key, style,
  and endpoint changes apply immediately without restart
- Update GitHub Actions workflow artifact paths for new name
- Version 0.1.8
2026-04-06 12:38:48 +03:00

12 lines
293 B
HTML

<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Talkis</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>