Add news-related content

This commit is contained in:
inference 2024-02-01 00:47:35 +00:00
parent 2ee7e662c1
commit 0b7e6e50b0
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Index --> <!-- Inferencium - Website - Index -->
<!-- Version: 5.1.0-alpha.1 --> <!-- Version: 5.1.0-alpha.2 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -27,9 +27,26 @@
<div><a href="directory.xhtml">Directory</a></div> <div><a href="directory.xhtml">Directory</a></div>
<div><a href="key.xhtml">Key</a></div> <div><a href="key.xhtml">Key</a></div>
</nav> </nav>
<h1 id="news"><a href="#news">News</a></h1>
<nav id="toc">
<h2><a href="#toc">Table of Contents</a></h2>
<ul>
<li><a href="#2024-02-01">2024-02-01</a></li>
<ul>
<li><a href="#mirror-codeberg">Source Code Mirror - Codeberg</a></li>
</ul>
</ul>
</nav>
<section id="2024-02-01">
<h2><a href="#2024-02-01">2024-02-01</a></h2>
<article id="mirror-codeberg">
<h3><a href="#mirror-codeberg">Source Code Mirror - Codeberg</a></h3>
<p>Inferencium repositories are now mirrored at <p>Inferencium repositories are now mirrored at
<a href="https://codeberg.org/Inferencium">Codeberg</a>. <a href="https://codeberg.org/Inferencium">Codeberg</a>.
In case of service disruption of the main Inferencium source code repositories, the mirrors can be used In case of service disruption of the main Inferencium source
to access the source code.</p> code repositories, the mirrors can be used to access the source
code.</p>
</article>
</section>
</body> </body>
</html> </html>