Posted on Leave a comment

Tor Websites

Cyberpunks know that tor is the way that the internet should naturally be:
anonymous, peer-to-peer, permissionless, not rented and gate kept like clearnet. Cyberpunks are cooler when they drop hidden services and shill them here. It gives you credibility.

Treat this space like a billboard for your skills.

Services

Our nodes and open-source stacks like Start9 offer many services you can run over Tor. Post a link in the comments. If it stays alive long-term, we’ll feature it more prominently.

Html is the most cool

When making a custom site, we like to keep things styled like this one. Old-school just works best. We also love ASCII!

You can find example HTML and a .css style sheet at our Gitea or GitHub.

Style consistency keeps it cyber. Stick with Changa titles and Fira Mono text. If you want to get artistic, mix up the colors—but stay on brand.

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Cyberpunk Thing</title>
  <link href="https://fonts.googleapis.com/css2?family=Changa:wght@400;700&family=Fira+Mono&display=swap" rel="stylesheet">
<style>
    :root {
      --black: #020202;
      --white: #FCFCFC;
      --green: #D1FCC4;
      --orange: #E67740;
      --pink: #F5638F;
      --yellow: #FCD60E;
      --blue: #808CFB;
      --lime: #CFD60E;
    }

    body {
      margin: 0;
      font-family: 'Fira Mono', monospace;
      background-color: var(--black);
      color: var(--green);
      padding: 2rem;
      font-size: 16px;
    }

    h1, h2, h3 {
      font-family: 'Changa', sans-serif;
      font-weight: 700;
      color: var(--green);
    }
</style>
</head>
<body>
<h1>Your Tittle </h1>
<p>Your thing</p>
</body>
<html>

Ghost Site

Ghost is an easy way to spin up a slick blog and mailing list. You can post there more privately than on this page. Use it as a proof-of-work zone. Earn your PGP studs.

So don’t hold back! the internet is yours and by converging here, we all get more!

|
|
\|/
V

Leave a Reply