Telemax/index.html
Folist 6ccb1a3fb2 Rename project TelgaMax -> Telemax
Cosmetic rename only — no functional changes. Working title sounded worse.
2026-08-13 16:05:51 +03:00

12 lines
301 B
HTML

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