Files
hedgeblog/templates/index.html

47 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>prussia fan club</title>
<link rel="icon" type="image/png" href="/favicon.ico">
<link rel="stylesheet" href="/styles/global.css">
<link rel="stylesheet" href="/styles/index.css">
<link rel="alternate" type="application/atom+xml" title="atom/rss feed for prussia fan club" href="/atom.xml"/>
</head>
<body>
[[ component:dark-mode-checkbox ]]
<div id="main">
<div>
<input id="fancy-title" type="checkbox"/><label for="fancy-title" aria-hidden="true">Fancy Title</label>
<br>
<h2>prussiafan.club</h2>
<br>
<p>This is my blog. I also have a <a href="https://prussia.dev">portfolio</a>. Use Linux? Like Vim and i3/Sway? Then check out ming-wm (<a href="https://git.elintra.net/stjet/ming-wm">Gitea</a>, <a href="https://github.com/stjet/ming-wm">G*thub</a>). I like free software, privacy, yada yada.</p>
</div>
<div>
<ul>
[[ for:posts:post ]]
[[ component:post-listing ]]
[[ endfor ]]
</ul>
</div>
<div>
[[ component:random/badges ]]
[[ component:random/archive ]]
[[ component:random/quote1 ]]
[[ component:random/quote2 ]]
[[ component:random/minesweeper ]]
[[ component:random/wikipedia ]]
[[ component:random/quote3 ]]
[[ component:random/quote4 ]]
[[ component:random/quote5 ]]
[[ component:random/rss ]]
[[ component:random/email ]]
<a id="ciran" href="/#badges" aria-hidden="true">See some random stuff</a>
<br>An incarnation of the <a href="https://n0thanky0u.neocities.org/denparing">denpa webring</a>.
</div>
</div>
</body>
</html>