website/blog/blog.html

22 lines
427 B
HTML
Raw Normal View History

2022-06-27 00:35:36 +01:00
<!DOCTYPE html>
<html>
<head>
<title>Inferencium Network - Blog</title>
<link rel="stylesheet" href="../infnet.css">
</head>
<body>
<h1>Blog</h1>
<br>
<h2>2022-01-29</h2>
<p>#1 - <a href="systemd-insecurity.html">systemd Insecurity</a></p>
<br>
<br>
<h2>2022-01-27</h2>
<p>#0 - <a href="foss-is-working-against-itself.html">FOSS is Working Against Itself</a></p>
<br>
<br>
<br>
<a href="../index.html">Back</a>
</body>
</html>