Properly indent code.

This commit is contained in:
inference 2023-04-12 15:39:20 +01:00
parent d1b6f47845
commit e63b1a81d4
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,19 +5,19 @@
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
<!-- Version: 1.0.1.11 -->
<!-- Version: 1.0.1.12 -->
<html>
<head>
<head>
<title>Inferencium</title>
<link rel="stylesheet" href=inf.css>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
</head>
<!-- Navigation bar. -->
<div class="sidebar">
<!-- Navigation bar. -->
<div class="sidebar">
<img src="asset/img/logo-inferencium-no_text.png"
width="110px" height="110px">
<a class="title">Inferencium</a><br>
@ -28,9 +28,9 @@
<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>
</div>
<body>
</body>
<body>
</body>
</html>