what_is_bot/frontend/index.html
Timur Kh. bb8f6c7af0
Some checks failed
Deploy frontend / Build and deploy (push) Failing after 6s
1
2025-09-14 10:58:33 +03:00

15 lines
434 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" />
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<title>Vite + Vue + TS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>