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 21, 2024
1 parent c38d456 commit f6b906d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@
<style>
body{
-webkit-text-fill-color: blue;
background-color: white;
background: white;
}

h1,h3 {
h1 {
margin: auto;
padding: auto;
-webkit-text-fill-color : chocolate;
text-align: center;
}
h3{
margin: auto;
padding: auto;
-webkit-text-fill-color : chocolate;
Expand All @@ -25,7 +31,7 @@
</head>
<body>
<h1>Ton</h1>
<h3>Тонкоин нативный токен блокчейна тон</h3>

<script type="text/javascript" src="https://files.coinmarketcap.com/static/widget/currency.js"></script>
<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>
Expand Down

0 comments on commit f6b906d

Please sign in to comment.