Distributed and decentralized pi calculation

website

+8 -1
+8 -1
website/index.html
··· 6 6 <title>Pistributed</title> 7 7 </head> 8 8 <body> 9 - 9 + <h1>Pistributed</h1> 10 + <p>Pistrubuted is an open-source server & client to calculate Pi with distrubuted machines. Get started by downloading the client and connecting to a server.</p> 11 + <p>No Pistributed servers are hosted by me except for the test server I use (which isn't public).</p> 12 + <p>Make sure you trust the server you are connecting to! I am not responsible for what servers host.</p> 13 + <footer> 14 + <p>Pistributed made with Flask, Python, and love ❤️</p> 15 + <p>Client, server, and website is made available via GPL-3.0. Learn more at <a href="https://github.com/wish13yt/pistributed">https://github.com/wish13yt/pistributed</a>.</p> 16 + </footer> 10 17 </body> 11 18 </html>