mirror of
https://github.com/SerTimBerrners-Lee/talkis.git
synced 2026-07-09 17:29:15 +00:00
- 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
12 lines
293 B
HTML
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>
|