Distributed and decentralized pi calculation
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Pistributed</title>
7 <style>
8 * {
9 font-family: "Roboto", sans-serif;
10 font-optical-sizing: auto;
11 color: white;
12 text-align: center;
13 font-style: normal;
14 font-variation-settings: "wdth" 100;
15 }
16 body {
17 background-color: black;
18 }
19 </style>
20 <link rel="preconnect" href="https://fonts.googleapis.com">
21 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
22 <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
23 <meta content='Pistributed' property='og:title' />
24 <meta content='Pistrubuted is an open-source server & client to calculate Pi with distrubuted machines.' property='og:description'/>
25 <meta content='https://wish13yt.github.io/pistributed/' property='og:url' />
26</head>
27<body>
28 <h1>Pistributed</h1>
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 <p>No Pistributed servers are hosted by me except for the test server I use (which isn't public).</p>
31 <p>Make sure you trust the server you are connecting to! I am not responsible for what servers host.</p>
32 <hr>
33 <footer>
34 <p>Pistributed made with Flask, Python, and love ❤️</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>
36 </footer>
37</body>
38</html>