Update 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-23 21:32:57 +00:00
parent 76ce32bd31
commit de63781eb9
1 changed files with 19 additions and 1 deletions

View File

@ -13,13 +13,31 @@
<meta name="description" content="Viewers can now support The Sarimoko Show via Crypto-Currencies! Donate wallet2wallet or mine directly to Sarimoko's Blockchain!"> <meta name="description" content="Viewers can now support The Sarimoko Show via Crypto-Currencies! Donate wallet2wallet or mine directly to Sarimoko's Blockchain!">
<meta name="keywords" content="sarimoko, coin, sari, moko, travis, reames, crypto, bitcoin, btc"> <meta name="keywords" content="sarimoko, coin, sari, moko, travis, reames, crypto, bitcoin, btc">
<style type="text/css"> <style type="text/css">
body {
background-color: black;
}
h1, h2, h3, h4, h5, p {
color: white;
text-align: center;
}
</style> </style>
<!-- <!--
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<script src="main.js"></script> --> <script src="main.js"></script> -->
</head> </head>
<body> <body>
<h1>The Coin</h1>
<h3>Support is now available via Crypto-Currencies!</h3>
<p>All donations/tips transfered to these wallets are private, meaning they will not show up on alerts, leaderboards, etc.
</p>
<h3>BTC</h3>
<p>3N18co4GAdzsD9ZRNcxHMR562WCLJK3iYo</p>
<h3>ETH</h3>
<p>0xd45b9c1222d13F22c9E2f49a37c0b185a9B656A3</p>
<h3>SOL</h3>
<p>COMING SOON!</p>
<h1>Sari-Coin</h1>
<p>Custom crypto-token coming soon! This will not be a currency but a crpyto reward system to be redeemed on services by Sarimoko.</p>
</body> </body>
<script> <script>
// put your code here. // put your code here.