Add Inferencium logo to sidebar. Improve HTML indenting.

This commit is contained in:
inference 2022-11-29 05:20:21 +00:00
parent c2c9643465
commit 0ef1435e61
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,25 +5,26 @@
<!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
<!-- 0.0.0.0 -->
<!-- 0.1.0.1 -->
<html>
<head>
<title>Inferencium - Blog - systemd Insecurity</title>
<link rel="stylesheet" href="../infnet.css">
<title>Inferencium - Blog - systemd Insecurity</title>
<link rel="stylesheet" href="../infnet.css">
</head>
<!-- Navigation bar. -->
<div class="sidebar">
<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>
<img src="../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>
<body>