Distributed and decentralized pi calculation

add client link

+3 -2
+3 -2
website/index.html
··· 26 26 </head> 27 27 <body> 28 28 <h1>Pistributed</h1> 29 - <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> 29 + <p>Pistrubuted is an open-source server & client to calculate Pi with distrubuted machines. Get started by <a href="https://github.com/wish13yt/pistributed/releases/latest">downloading the client</a> and connecting to a server.</p> 30 30 <p>No Pistributed servers are hosted by me except for the test server I use (which isn't public).</p> 31 31 <p>Make sure you trust the server you are connecting to! I am not responsible for what servers host.</p> 32 + <hr> 32 33 <footer> 33 34 <p>Pistributed made with Flask, Python, and love ❤️</p> 34 - <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> 35 + <p>Client, server, and website is made available via GPL-3.0. Learn more on <a href="https://github.com/wish13yt/pistributed">GitHub</a>.</p> 35 36 </footer> 36 37 </body> 37 38 </html>