Skip to content

Commit

Permalink
initData
Browse files Browse the repository at this point in the history
  • Loading branch information
Adminbck committed Jun 24, 2024
1 parent 26ebf68 commit c61def5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<main>
This is the MAIN
<h1>Modals</h1>
<button onclick="Telegram.WebApp.showAlert('Hello World!');Telegram.WebApp.HapticFeedback.notificationOccurred('success');">Launch Alert</button></main><br>
<button onclick="showPopup();">Launch Popup</button></body><br>
<button onclick="Telegram.WebApp.showAlert('Hello World!');Telegram.WebApp.HapticFeedback.notificationOccurred('success');">Launch Alert</button></br>
<button onclick="showPopup();">Launch Popup</button></br>
<div onclick="Telegram.WebApp.HapticFeedback.notificationOccurred('success');">Click Me!</div>

<h1>Logs</h1>
Expand Down

0 comments on commit c61def5

Please sign in to comment.