Moving to jekyll
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user