Coin/www/index.html

45 lines
1.5 KiB
HTML
Raw Permalink Normal View History

2022-01-21 07:16:03 +00:00
<!DOCTYPE html>
<html lang="en">
<!-- PAGE SETUP -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/png" href="localhost.png">
<title>The Coin by Sarimoko</title><br>
<meta name="author" content="Sarimoko by Travis Reames">
<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">
<style type="text/css">
2022-02-23 21:32:57 +00:00
body {
background-color: black;
}
h1, h2, h3, h4, h5, p {
color: white;
text-align: center;
}
2022-01-21 07:16:03 +00:00
</style>
<!--
<link rel="stylesheet" href="style.css">
<script src="main.js"></script> -->
</head>
<body>
2022-02-23 21:32:57 +00:00
<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>
2022-01-21 07:16:03 +00:00
</body>
<script>
// put your code here.
</script>
</html>