Add HTML sections.

This commit is contained in:
inference 2023-06-21 00:43:36 +01:00
parent c947d558bc
commit 79cfff4266
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: 0.2.0.7 --> <!-- Version: 0.2.0.8 -->
<html> <html>
@ -29,20 +29,26 @@
</div> </div>
<body> <body>
<h1>Changelog - Linux Firmware - Server</h1> <h1>Changelog - Linux Firmware - Server</h1>
<!-- Table of contents --> <!-- Table of contents -->
<h2 id="toc"><a href="#toc" class="h2">Table of Contents<a/></h2> <section id="toc">
<ul> <h2 id="toc"><a href="#toc" class="h2">Table of Contents<a/></h2>
<li><a href="#0.0.0.0" class="body-link">0.0.0.0</a></li> <ul>
</ul> <li><a href="#0.0.0.0" class="body-link">0.0.0.0</a></li>
<!-- Changelog in descending order from most recent to least recent --> </ul>
<h2 id="0.0.0.0"><a href="#0.0.0.0" class="h2">0.0.0.0</a></h2> </section>
<p>Tags:</p> <!-- Changelog in descending order from most recent to least recent -->
<ul> <section id="changelog">
<li><a href="https://git.inferencium.net/Inferencium/linux-firmware-server/src/tag/linux-firmware-server-0.0.0.0" class="body-link">linux-firmware-server-0.0.0.0</a></li> <section id="changelog-0.0.0.0">
</ul> <h2 id="0.0.0.0"><a href="#0.0.0.0" class="h2">0.0.0.0</a></h2>
<p>Changelog:</p> <p>Tags:</p>
<ul> <ul>
<li>Initial release</li> <li><a href="https://git.inferencium.net/Inferencium/linux-firmware-server/src/tag/linux-firmware-server-0.0.0.0" class="body-link">linux-firmware-server-0.0.0.0</a></li>
</ul> </ul>
<p>Changelog:</p>
<ul>
<li>Initial release</li>
</ul>
</section>
</section>
</body> </body>
</html> </html>