blob: 4aa7ab5759fab542e2db339d2542eccae708043d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>
|