diff options
| author | Copywrong <> | 2026-03-06 15:20:24 -0500 |
|---|---|---|
| committer | Copywrong <> | 2026-03-06 15:20:24 -0500 |
| commit | 9e7c2d6004f92a3341e0b034c84a20567753a6f7 (patch) | |
| tree | f5bb94859bd301342877a82ed69eafc3b283b14b /index.html | |
Initial commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..3f7db8d --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<head> + <link rel="stylesheet" href="styles.css"> +</head> +<body> + <header> + <div class="logo">Copywrong</div> + </header> + <article class="content"> + <p>We're a group of people that hate Copyright.</p> + <hr style="border: none;" /> + <p>You can find us on:</p> + <ul> + <li>cgit: <a href="https://cgit.copywrong.net">cgit.copywrong.net</a></li> + <li>Pleroma: <a href="https://pleroma.copywrong.net">pleroma.copywrong.net</a></li> + <li>Lemmy: <a href="https://lemmy.copywrong.net">lemmy.copywrong.net</a></li> + </ul> + </article> +</body> |
