Update Blog webpage to version 2.0.3.18.

This commit is contained in:
inference 2023-04-11 15:30:02 +01:00
parent 73bea7f067
commit 8c6a69f58c
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -2,22 +2,22 @@
<!-- Inferencium - Website - Blog -->
<!-- Copyright 2022-2023 Jake Winters -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
<!-- Version: 2.0.0.15 -->
<!-- Version: 2.0.3.18 -->
<html>
<head>
<head>
<title>Inferencium - Blog</title>
<link rel="stylesheet" href="inf.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
</head>
<!-- Navigation bar. -->
<div class="sidebar">
<!-- Navigation bar -->
<div class="sidebar">
<img src="asset/img/logo-inferencium-no_text.png"
width="110px" height="110px">
<a class="title">Inferencium</a><br>
@ -28,18 +28,18 @@
<div><a href="blog.html">Blog</a></div>
<div><a href="source.html">Source</a></div>
<div><a href="key.html">Key</a></div>
</div>
</div>
<!-- Blog posts in descending order from most recent to least recent. -->
<body>
<body>
<h1>Blog</h1>
<br>
<br>
<br>
<!-- Table of contents. -->
<!-- Table of contents -->
<h2 id="toc"><a href="#toc" class="h2"
>Table of Contents<a/></h2>
<!-- Blog posts in descending order from most recent to least recent -->
<ul>
<li><strong>2022-12-20</strong></li>
<ul>
@ -48,7 +48,9 @@
</ul>
<li><strong>2022-06-30</strong></li>
<ul>
<li><a href="blog/untrusted_the_issue_with_decentralisation.html" class="body-link"
<li><a href="blog/
untrusted_the_issue_with_decentralisation.html"
class="body-link"
>#2 - Untrusted: The Issue with Decentralisation</a></li>
</ul>
<li><strong>2022-01-29</strong></li>
@ -64,6 +66,6 @@
</ul>
<br>
<br>
</body>
</body>
</html>