add tma lib
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m23s

This commit is contained in:
Smile Rex
2026-01-21 19:22:54 +03:00
parent ae4471dec9
commit 24ed3afbaf

View File

@@ -1,13 +1,14 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>tma-front</title> <title>tma-front</title>
</head> <script src="https://telegram.org/js/telegram-web-app.js"></script>
<body> </head>
<div id="app"></div> <body>
<script type="module" src="/src/main.ts"></script> <div id="app"></div>
</body> <script type="module" src="/src/main.ts"></script>
</body>
</html> </html>