website/blog.html

33 lines
862 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">
2022-06-27 00:35:36 +01:00
</head>
2022-10-29 03:26:53 +01:00
<div class="sidebar">
<a class="title">Inferencium Network</a><br>
<br>
<br>
<div><a href="/about.html">About</a></div>
<div><a href="/contact.html">Contact</a></div>
<div><a href="/blog.html">Blog</a></div>
<div><a href="/source.html">Source</a></div>
2022-10-29 03:26:53 +01:00
</div>
2022-06-27 00:35:36 +01:00
<body>
<h1>Blog</h1>
<br>
2022-10-29 03:26:53 +01:00
<h3>2022-06-30</h3>
<p>#2 - <a class="body-link" href="blog/untrusted-the-issue-with-decentralisation.html">Untrusted: The Issue with Decentralisation</a></p>
2022-06-30 01:54:37 +01:00
<br>
2022-06-27 00:35:36 +01:00
<br>
2022-10-29 03:26:53 +01:00
<h3>2022-01-29</h3>
<p>#1 - <a class="body-link" href="blog/systemd-insecurity.html">systemd Insecurity</a></p>
2022-06-27 00:35:36 +01:00
<br>
<br>
2022-10-29 03:26:53 +01:00
<h3>2022-01-27</h3>
<p>#0 - <a class="body-link" href="blog/foss-is-working-against-itself.html">FOSS is Working Against Itself</a></p>
2022-06-27 00:35:36 +01:00
<br>
<br>
</body>
</html>