Add Inferencium logo to sidebar. Improve HTML indenting.

This commit is contained in:
inference 2022-11-29 05:18:48 +00:00
parent ef569a943f
commit eddd8d3660

View File

@ -5,25 +5,26 @@
<!-- Copyright 2022 Inference --> <!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear (with personal content exception) --> <!-- License: BSD 3-Clause Clear (with personal content exception) -->
<!-- 0.0.0.0 --> <!-- 0.1.0.1 -->
<html> <html>
<head> <head>
<title>Inferencium - Blog - FOSS is Working Against Itself</title> <title>Inferencium - Blog - FOSS is Working Against Itself</title>
<link rel="stylesheet" href="../infnet.css"> <link rel="stylesheet" href="../infnet.css">
</head> </head>
<!-- Navigation bar. --> <!-- Navigation bar. -->
<div class="sidebar"> <div class="sidebar">
<a class="title">Inferencium</a><br> <img src="../img/logo-inferencium-no_text.png" width="110px" height="110px">
<br> <a class="title">Inferencium</a><br>
<br> <br>
<div><a href="../about.html">About</a></div> <br>
<div><a href="../contact.html">Contact</a></div> <div><a href="../about.html">About</a></div>
<div><a href="../blog.html">Blog</a></div> <div><a href="../contact.html">Contact</a></div>
<div><a href="../source.html">Source</a></div> <div><a href="../blog.html">Blog</a></div>
<div><a href="../source.html">Source</a></div>
</div> </div>
<body> <body>