Properly indent code.

This commit is contained in:
inference 2023-04-11 15:24:35 +01:00
parent eb76ac03ae
commit 0631092c8a
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

106
blog.html
View File

@ -5,65 +5,67 @@
<!-- Copyright 2022-2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
<!-- Version: 2.0.0.15 -->
<!-- Version: 2.0.1.16 -->
<html>
<head>
<title>Inferencium - Blog</title>
<link rel="stylesheet" href="inf.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<head>
<title>Inferencium - Blog</title>
<link rel="stylesheet" href="inf.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<!-- Navigation bar. -->
<div class="sidebar">
<img src="asset/img/logo-inferencium-no_text.png"
width="110px" height="110px">
<a class="title">Inferencium</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>
<div><a href="key.html">Key</a></div>
</div>
<!-- Navigation bar. -->
<div class="sidebar">
<img src="asset/img/logo-inferencium-no_text.png"
width="110px" height="110px">
<a class="title">Inferencium</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>
<div><a href="key.html">Key</a></div>
</div>
<!-- Blog posts in descending order from most recent to least recent. -->
<body>
<h1>Blog</h1>
<br>
<br>
<br>
<body>
<h1>Blog</h1>
<br>
<br>
<br>
<!-- Table of contents. -->
<h2 id="toc"><a href="#toc" class="h2"
>Table of Contents<a/></h2>
<ul>
<li><strong>2022-12-20</strong></li>
<ul>
<li><a href="blog/the_chromium_monopoly.html" class="body-link"
>#3 - The Chromium Monopoly</a></li>
</ul>
<li><strong>2022-06-30</strong></li>
<ul>
<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>
<ul>
<li><a href="blog/systemd_insecurity.html" class="body-link"
>#1 - systemd Insecurity</a></li>
</ul>
<li><strong>2022-01-27</strong></li>
<ul>
<li><a href="blog/foss_is_working_against_itself.html" class="body-link"
>#0 - FOSS is Working Against Itself</a></li>
</ul>
</ul>
<br>
<br>
</body>
<!-- Table of contents. -->
<h2 id="toc"><a href="#toc" class="h2"
>Table of Contents<a/></h2>
<ul>
<li><strong>2022-12-20</strong></li>
<ul>
<li><a href="blog/the_chromium_monopoly.html" class="body-link"
>#3 - The Chromium Monopoly</a></li>
</ul>
<li><strong>2022-06-30</strong></li>
<ul>
<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>
<ul>
<li><a href="blog/systemd_insecurity.html" class="body-link"
>#1 - systemd Insecurity</a></li>
</ul>
<li><strong>2022-01-27</strong></li>
<ul>
<li><a href="blog/foss_is_working_against_itself.html" class="body-link"
>#0 - FOSS is Working Against Itself</a></li>
</ul>
</ul>
<br>
<br>
</body>
</html>