Update Blog webpage to version 2.0.3.18.
This commit is contained in:
parent
73bea7f067
commit
8c6a69f58c
110
blog.html
110
blog.html
@ -2,68 +2,70 @@
|
|||||||
|
|
||||||
<!-- Inferencium - Website - Blog -->
|
<!-- Inferencium - Website - Blog -->
|
||||||
|
|
||||||
<!-- Copyright 2022-2023 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
||||||
|
|
||||||
<!-- Version: 2.0.0.15 -->
|
<!-- Version: 2.0.3.18 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium - Blog</title>
|
<title>Inferencium - Blog</title>
|
||||||
<link rel="stylesheet" href="inf.css">
|
<link rel="stylesheet" href="inf.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- Navigation bar. -->
|
<!-- Navigation bar -->
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<img src="asset/img/logo-inferencium-no_text.png"
|
<img src="asset/img/logo-inferencium-no_text.png"
|
||||||
width="110px" height="110px">
|
width="110px" height="110px">
|
||||||
<a class="title">Inferencium</a><br>
|
<a class="title">Inferencium</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="key.html">Key</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>
|
||||||
<h1>Blog</h1>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
|
||||||
|
|
||||||
<!-- Table of contents. -->
|
<!-- Table of contents -->
|
||||||
<h2 id="toc"><a href="#toc" class="h2"
|
<h2 id="toc"><a href="#toc" class="h2"
|
||||||
>Table of Contents<a/></h2>
|
>Table of Contents<a/></h2>
|
||||||
<ul>
|
<!-- Blog posts in descending order from most recent to least recent -->
|
||||||
<li><strong>2022-12-20</strong></li>
|
<ul>
|
||||||
<ul>
|
<li><strong>2022-12-20</strong></li>
|
||||||
<li><a href="blog/the_chromium_monopoly.html" class="body-link"
|
<ul>
|
||||||
>#3 - The Chromium Monopoly</a></li>
|
<li><a href="blog/the_chromium_monopoly.html" class="body-link"
|
||||||
</ul>
|
>#3 - The Chromium Monopoly</a></li>
|
||||||
<li><strong>2022-06-30</strong></li>
|
</ul>
|
||||||
<ul>
|
<li><strong>2022-06-30</strong></li>
|
||||||
<li><a href="blog/untrusted_the_issue_with_decentralisation.html" class="body-link"
|
<ul>
|
||||||
>#2 - Untrusted: The Issue with Decentralisation</a></li>
|
<li><a href="blog/
|
||||||
</ul>
|
untrusted_the_issue_with_decentralisation.html"
|
||||||
<li><strong>2022-01-29</strong></li>
|
class="body-link"
|
||||||
<ul>
|
>#2 - Untrusted: The Issue with Decentralisation</a></li>
|
||||||
<li><a href="blog/systemd_insecurity.html" class="body-link"
|
</ul>
|
||||||
>#1 - systemd Insecurity</a></li>
|
<li><strong>2022-01-29</strong></li>
|
||||||
</ul>
|
<ul>
|
||||||
<li><strong>2022-01-27</strong></li>
|
<li><a href="blog/systemd_insecurity.html" class="body-link"
|
||||||
<ul>
|
>#1 - systemd Insecurity</a></li>
|
||||||
<li><a href="blog/foss_is_working_against_itself.html" class="body-link"
|
</ul>
|
||||||
>#0 - FOSS is Working Against Itself</a></li>
|
<li><strong>2022-01-27</strong></li>
|
||||||
</ul>
|
<ul>
|
||||||
</ul>
|
<li><a href="blog/foss_is_working_against_itself.html" class="body-link"
|
||||||
<br>
|
>#0 - FOSS is Working Against Itself</a></li>
|
||||||
<br>
|
</ul>
|
||||||
</body>
|
</ul>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user