Properly indent code.

This commit is contained in:
inference 2023-06-21 15:57:08 +01:00
parent 0ef0dc5827
commit e95ca0b459
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,17 +5,17 @@
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 4.0.1.19 --> <!-- Version: 4.0.1.20 -->
<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="../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>
@ -26,8 +26,8 @@
<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>
<body> <body>
<h1>Blog - #0</h1> <h1>Blog - #0</h1>
<br> <br>
<br> <br>
@ -192,5 +192,5 @@
neglecting exactly what you are trying to gain; privacy and control.</p> neglecting exactly what you are trying to gain; privacy and control.</p>
<br> <br>
<br> <br>
</body> </body>
</html> </html>