12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title>Internet Krypto Klub</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="favicon" type="icon" href="https://img.ikrypto.club/IKK2.svg"></head>
- <link rel="stylesheet" type="text/css" media="screen" href="main.css" />
- <script src="main.js"></script>
- </head>
- <body>
- <img id="logo" alt="Internet Krypto Klub" src="https://img.ikrypto.club/IKK2.svg" />
- <div class="manifesto">
- <h1>Services</h1>
- <ul>
- <li>
- <p><a href="https://git.ikrypto.club/">Git collaboration site</a></p>
- </li>
-
- <li>
- <p><a href="https://up.pg.ikrypto.club/">Encrypted file sharer</a></p>
- </li>
-
- <li>
- <p><a href="https://img.ikrypto.club/">Unencrypted CDN</a></p>
- </li>
- <li>
- <p><a href="https://bex-cd.pg.ikrypto.club/">Experimental Cryptodog branch</a></p>
- </li>
- </ul>
- <h1>Supporters</h1>
- <ul>
- <li>D3vzer0</li>
- <li>Thanatos the Penetrator</li>
- <li>Phantom</li>
- </ul>
- </div>
- </body>
- </html>
|