freenet 0.2.82

Freenet core software
Documentation
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="refresh" content="3;url=/" />
    <title>Connecting to Freenet</title>
    <link rel="icon" href="https://freenet.org/favicon.ico" />
    <style>
      body {
        font-family:
          -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        margin: 0;
        background: #f5f5f5;
      }
      .container {
        text-align: center;
        padding: 2rem;
      }
      .logo {
        width: 80px;
        height: 80px;
        margin-bottom: 1.5rem;
      }
      h1 {
        color: #333;
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
      }
      p {
        color: #666;
        line-height: 1.5;
      }
      a {
        color: #1976d2;
      }
    </style>
  </head>
  <body>
    <div class="container">
      <img
        src="https://freenet.org/freenet_logo.svg"
        alt="Freenet"
        class="logo"
      />
      <h1>Connecting to Freenet...</h1>
      <p>Redirecting to the <a href="/">dashboard</a>...</p>
    </div>
  </body>
</html>