Update 'www/index.html'
This commit is contained in:
parent
e3b6d5601b
commit
59750a4416
|
@ -10,13 +10,52 @@
|
|||
type="image/png"
|
||||
href="https://en.gravatar.com/userimage/208570096/d7e3f1a8a1358a94a6a45ada4e2d7d51.png">
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6, p {
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="split" id="split">
|
||||
<h1>Mine Crypto-Currencies</h1>
|
||||
<h1>Play Minecraft</h1>
|
||||
<p>Want to play Minecraft with @Sarimoko? Server COMING-SOON! But what version, Java VS Bedrock?!</p>
|
||||
</br>
|
||||
<p>Chat Commands!</p>
|
||||
<p>#VOTE4Bedrock = !mcbr</p>
|
||||
<p>#VOTE4Java = !mcje</p>
|
||||
<div>
|
||||
<center>
|
||||
<marquee><p>To vote hop-on Twitch & join the @Sarimoko channel, enter chat, & enter the corresponding chatbot command for your vote! </p></marquee>
|
||||
<br />
|
||||
<br />
|
||||
</center>
|
||||
<h6>Votes: Bedrock</h6>
|
||||
<small id="mcbr_status"></small>
|
||||
<h1 id="mcbr_count">Who's voing for Bedrock? Cross-Platform FTW!</h1>
|
||||
<h3 id="mcbr_users"></h3>
|
||||
<h6>Votes: Java Edition</h6>
|
||||
<small id="mcje_status"></small>
|
||||
<h1 id="mcje_count">Who's voing for Bedrock? Cross-Platform FTW!</h1>
|
||||
<h3 id="mcje_users"></h3>
|
||||
</div>
|
||||
|
||||
<h1>Crypto-Mining</h1>
|
||||
<p>Turn your Gaming-PC into a Cypto-Miner! Checkout the guides on The Dojo for setting up your own wallters, mining installs, under-clocking, & more!</p>
|
||||
<h3>BTC</h3>
|
||||
<p>Mining Address: 3N18co4GAdzsD9ZRNcxHMR562WCLJK3iYo</p>
|
||||
<p>NiceHash has a VERY EASY to use interface. Simply install</p>
|
||||
<h3>ETH</h3>
|
||||
<p>Mining Address: 0xd45b9c1222d13F22c9E2f49a37c0b185a9B656A3</p>
|
||||
<p>GPU-Mining is fairly easy. No GUI is a little intimidating but simply download & launch! Sarimoko has already configed Pheonix Miner to mine to the address above.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<script src="tmi.min.js"></script>
|
||||
<script src="mc_br.js"></script>
|
||||
<script src="mc_je.js"></script>
|
||||
</body>
|
||||
<script>
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue