resist.is/_site/blog.html
2025-04-13 12:50:34 -04:00

37 lines
862 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Blog</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="/">Home</a>
<a href="/about.html">About</a>
<a href="/blog.html" class="current">Blog</a>
</nav>
-->
<h1>Latest Posts</h1>
<ul>
<li>
<h2><a href="/2025/03/09/join.html">Join</a></h2>
<p>Those we have elected to represent us and protect our constitution have failed us. Trump, alongside Musk and DOGE are ignoring the constitution and turning our country into a fascist oligarchy. Therefore, it falls to us, The People, to support and defend the constitution of the United States.</p>
</li>
</ul>
</body>
</html>