32 lines
999 B
HTML
32 lines
999 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>A field guide for subversives</title>
|
|
<link rel="stylesheet" href="/assets/css/styles.css"
|
|
</head>
|
|
<body>
|
|
<div style="text-align:center;">
|
|
<div>
|
|
<img src="/assets/images/omegablk.png">
|
|
</div>
|
|
<nav>
|
|
|
|
<a href="/" class="current">Home</a>
|
|
|
|
<a href="/about.html">About</a>
|
|
|
|
<a href="/blog.html">Blog</a>
|
|
|
|
</nav>
|
|
|
|
<p style="color: white; font-weight: bold;">Resist</p>
|
|
<a href=sparticus.pubkey.txt style="text-align:center; color: red;">GPG Pubkey</a> <br />
|
|
<p style="color: white;">Matrix: @sparticus:weresist.is</p>
|
|
<a href=https://matrix.to/#/#department-of-internautics:weresist.is style="text-align:center; color: red;">United Interwebs Department of Internautics</a> <br/>
|
|
<a href=https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is style="text-align:center; color: red;">Bureau of Decentralized Resistance</a>
|
|
|
|
|
|
</body>
|
|
</html>
|