Remove unnecessary spacing.

This commit is contained in:
inference 2023-06-12 07:52:29 +01:00
parent 416e67c1be
commit 2ee4e8f774
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,7 +5,7 @@
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 3.0.2.28 --> <!-- Version: 3.0.2.29 -->
<html> <html>
@ -15,7 +15,6 @@
<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" width="110px" height="110px"> <img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px">
@ -29,13 +28,11 @@
<div><a href="key.html">Key</a></div> <div><a href="key.html">Key</a></div>
<div><a href="changelog.html">Changelog</a></div> <div><a href="changelog.html">Changelog</a></div>
</div> </div>
<body> <body>
<h1>Source</h1> <h1>Source</h1>
<br> <br>
<br> <br>
<br> <br>
<!-- Table of contents --> <!-- Table of contents -->
<h2 id="toc"><a href="#toc" class="h2">Table of Contents<a/></h2> <h2 id="toc"><a href="#toc" class="h2">Table of Contents<a/></h2>
<ul> <ul>
@ -45,7 +42,6 @@
<br> <br>
<br> <br>
<br> <br>
<!-- Place Inferencium source code repositories here --> <!-- Place Inferencium source code repositories here -->
<h2 id="src-inferencium"><a href="#src-inferencium" class="h2">Inferencium Source Code Repositories</a></h2> <h2 id="src-inferencium"><a href="#src-inferencium" class="h2">Inferencium Source Code Repositories</a></h2>
<ul> <ul>
@ -62,7 +58,6 @@
<br> <br>
<br> <br>
<br> <br>
<!-- Place personal source code repositories here --> <!-- Place personal source code repositories here -->
<h2 id="src-personal"><a href="#src-personal" class="h2">My Personal Source Code Repositories</a></h2> <h2 id="src-personal"><a href="#src-personal" class="h2">My Personal Source Code Repositories</a></h2>
<ul> <ul>
@ -72,5 +67,4 @@
<br> <br>
<br> <br>
</body> </body>
</html> </html>