Add HTML sections.

This commit is contained in:
inference 2023-06-20 16:50:19 +01:00
parent e26ca8ab91
commit 77df375b5a
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,7 +5,7 @@
<!-- Copyright 2023 Jake Winters --> <!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 1.4.0.11 --> <!-- Version: 1.4.0.12 -->
<html> <html>
@ -29,6 +29,7 @@
</div> </div>
<body> <body>
<h1>Changelog - Inferencium Kernel</h1> <h1>Changelog - Inferencium Kernel</h1>
<section id="toc">
<!-- Table of contents --> <!-- Table of contents -->
<h2 id="toc"><a href="#toc" class="h2" <h2 id="toc"><a href="#toc" class="h2"
>Table of Contents<a/></h2> >Table of Contents<a/></h2>
@ -96,6 +97,8 @@
<li><a href="#0.0.0.0" class="body-link" <li><a href="#0.0.0.0" class="body-link"
>0.0.0.0</a></li> >0.0.0.0</a></li>
</ul> </ul>
</section>
<section id="changelog">
<!-- Changelog in descending order from most recent to least recent --> <!-- Changelog in descending order from most recent to least recent -->
<h2 id="0.0.0.30"><a href="#0.0.0.30" class="h2" <h2 id="0.0.0.30"><a href="#0.0.0.30" class="h2"
>0.0.0.30 (Pre-alpha)</a></h2> >0.0.0.30 (Pre-alpha)</a></h2>
@ -470,5 +473,6 @@
<ul> <ul>
<li>Initial release</li> <li>Initial release</li>
</ul> </ul>
</section>
</body> </body>
</html> </html>