Website/posts/index.html

40 lines
1.2 KiB
HTML
Raw Normal View History

2024-09-15 11:24:26 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel="stylesheet" href="../src/style.css">
<title>Public Posts</title>
</head>
<body>
<nav id="navbar"></nav>
<main>
<div class="content">
<h2 class="titlebar">Public Posts</h2>
Here is where I post updates/cringe stories about stuff I do.
<hr>
<h3>Pinned Posts:</h3>
<div class="postlist">
<span>📌 11.09.2024&emsp;<a href="content/recommendations.html">Digital Recommendations</a></span>
</div>
<hr>
<div class="postlist">
2024-09-21 20:43:25 +02:00
<span>📅 21.09.2024&emsp;<a href="content/ai-criticism.html">Why future AI will devolve the human race</a></span>
2024-09-15 11:24:26 +02:00
</div>
</div>
<div id="footnote"><var id="toplevel" data-="../">Please enable Javascript on this page as it's required to generate the footer and navigation bar.<br>For fear of non-free Javascript: The JS is licensed under GPL v.3</var></div>
</main>
<footer id="footer"></footer>
<!-- Some variables and script-call for global site elements -->
<var id="selected-nav" data-="Posts"></var>
<script rel="text/javascript" src="../global/global.js"></script>
</body>
</html>