mirror of
https://github.com/serty2005/rmser.git
synced 2026-02-04 19:02:33 -06:00
16 lines
594 B
HTML
16 lines
594 B
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>RMSer App</title>
|
||
<!-- Скрипт Telegram WebApp (желательно добавить) -->
|
||
<script src="https://telegram.org/js/telegram-web-app.js"></script>
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<!-- ВОТ ЗДЕСЬ ДОЛЖЕН БЫТЬ ПРАВИЛЬНЫЙ ПУТЬ -->
|
||
<script type="module" src="/src/main.tsx"></script>
|
||
</body>
|
||
</html> |