Deploy permanent website

This commit is contained in:
transatoshi
2024-06-28 04:50:45 -07:00
parent 3459778893
commit d0ebf31d4b
43 changed files with 0 additions and 4798 deletions

View File

@@ -1,99 +0,0 @@
<!-- LICENSING
FOSS distributable MIT licensing
/ [!USE AT OWN RISK, GRIN IS AN EXPERIMENTAL PROTOCOL!*]
Copyright 2024 Static Age Solutions
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Grinminer.net</title>
<link href="styles.css" rel="stylesheet"/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<main>
<div class="info">
<!--MAIN BANNER-->
<a href="https://grinminer.net/"><img class="banner" src="https://s3.amazonaws.com/grinminer.net/web-banner.png" alt="Grinminer.net" width="device-width" height="auto"></a>
<!--TITLE-->
<h1><div class="title"><b>HOSTED GRIN NODES & STRATUM SERVERS</b></div></h1>
<!--LINKS-->
<div class="row">
<div class="links"><a href="https://grinminer.net/testnet/index.html">TESTNET</a></div>
<div class="links"><a href="https://grinminer.net/menu/index.html">SERVICES</a></div>
<div class="links"><a href="https://grinminer.net/download/index.html">DOWNLOADS</a></div>
<div class="links"><a href="https://grinminer.net/donate/index.html">DONATE</a></div>
<div class="links"><a href="mailto:/support@grinminer.ner">CONTACT</a></div>
</div>
<!--SUBTITLE-->
<div class="subtitle"><h2><a href="https://beincrypto.com/learn/no-kyc-crypto-exchanges/">NO KYC</a></div></h2>
<div class="accounts"><h3>ACCOUNTS OPEN Q1 '25</h3></div>
<div class="testnet"><b><h3><a href="https://grinminer.net/testnet/index.html">HOME OF GRIN'S PERMANENT TESTNET</a></h3></b></div>
<!--DONATIONS-->
<hr>
<div class="donate"><h2>donate</h2></div>
<hr>
<div class="donations"><p><b>We accept donations, since Grinminer.net hosts:</p>
<p><a href="https://testnet.grinminer.net:3414">testnet.grinminer.com:3414</a></p>
<p><a href="https://testnet.grinminer.net:3416">testnet.grinminer.com:3416</a></p>
<p>Grin testnet node + Stratum pool</p>
<p>Mining revenue drops by ~25% while a Grinminer.net G1 mini rig mines testnet blocks</p>
<p>tGRIN is free by request</p> <p class="address">grin1gangf5s4t26waquze8<br>3vuux96497jxfgdskke9jgh<br>2jszag48xtqnvtame</p>
<hr>
<p>OR</p>
<hr>
<a href="mailto:donations@grinminer.net">Email me a Slatepack</a></b></p> </div>
</div>
</main>
</body>
<footer>
<!--WARNING-->
<div class="warning1">
<b><p>GRIN PROTOCOL<br>&<br>GRINMINER.NET<br>FIRMWARE/SOFTWARE ARE HIGHLY EXPERIMENTAL</p></b>
<br>
<b><p class="warning2">USE AT YOUR OWN RISK</p></b> </div>
<!--COPYRIGHT-->
<b><p class="copyright"><b>Copyright 2024<br><a href="mailto:support@grinminer.net">Static Age Solutions</a><br>located in the PNW<br>USA<br>MIT License</p></b>
<!--BANNER2-->
<div class="banner2"><img src="https://grinminer.net/Twitterbanner.png" alt="Twitter banner"></div>
</footer>
</html>