diff options
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> |
