Skip to content

Commit

Permalink
chore: index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alerdenisov committed Feb 1, 2024
1 parent cbe3bae commit 1f7e7a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>
<head></head>
<body>
<script>
const url = window.Telegram.WebApp.initDataUnsafe.start_param;
document.write(url)
// window.Telegram.WebApp.openTelegramLink(url);
// window.Telegram.WebApp.close();
</script>
</body>
</html>

0 comments on commit 1f7e7a0

Please sign in to comment.