Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rickcomics authored Oct 26, 2024
1 parent 9494511 commit 4cfb57f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<script src="https://unpkg.com/@tonconnect/ui@latest/dist/tonconnect-ui.min.js"></script>
<title>in ton we trust</title>
<style>
body{
Expand Down Expand Up @@ -36,6 +37,12 @@ <h1>Ton</h1>
<div class="coinmarketcap-currency-widget" data-currencyid="11419" data-base="USD" data-secondary="" data-ticker="true" data-rank="true" data-marketcap="true" data-volume="true" data-statsticker="" data-stats="USD">
</div>
<h3>Тонкоин нативный токен блокчейна тон</h3>
<script>
const tonConnectUI = new TON_CONNECT_UI.TonConnectUI({
manifestUrl: 'https://<YOUR_APP_URL>/tonconnect-manifest.json',
buttonRootId: '<YOUR_CONNECT_BUTTON_ANCHOR_ID>'
});
</script>
<h3>Это единственный токен сети</h3>

</body>
Expand Down

0 comments on commit 4cfb57f

Please sign in to comment.