Update webpage "Index" from version "6.0.0" to "7.0.0"
This commit is contained in:
parent
1fc581b3ed
commit
7c9cd536bb
34
index.xhtml
34
index.xhtml
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Index -->
|
<!-- Inferencium - Website - Index -->
|
||||||
<!-- Version: 6.0.0 -->
|
<!-- Version: 7.0.0 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -17,9 +17,10 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar">
|
<nav class="navbar">
|
||||||
<div><a href="index.xhtml"><img src="asset/img/logo/inferencium-notext.png" width="110" height="110" alt="Inferencium logo"/></a></div>
|
<div class="logo"><a href="index.xhtml"><img src="asset/img/logo/inferencium-notext.png" alt="Inferencium logo"/></a></div>
|
||||||
<div><a href="index.xhtml" class="title">Inferencium</a></div>
|
<div class="title"><a href="index.xhtml">Inferencium</a></div>
|
||||||
<div><a href="about.xhtml">About</a></div>
|
<div><a href="about.xhtml">About</a></div>
|
||||||
|
<div><a href="news.xhtml">News</a></div>
|
||||||
<div><a href="documentation.xhtml">Documentation</a></div>
|
<div><a href="documentation.xhtml">Documentation</a></div>
|
||||||
<div><a href="source.xhtml">Source</a></div>
|
<div><a href="source.xhtml">Source</a></div>
|
||||||
<div><a href="changelog.xhtml">Changelog</a></div>
|
<div><a href="changelog.xhtml">Changelog</a></div>
|
||||||
@ -27,31 +28,8 @@
|
|||||||
<div><a href="contact.xhtml">Contact</a></div>
|
<div><a href="contact.xhtml">Contact</a></div>
|
||||||
<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>
|
||||||
|
<div class="sitemap"><a href="sitemap.xhtml">Sitemap</a></div>
|
||||||
</nav>
|
</nav>
|
||||||
<h1 id="news"><a href="#news">News</a></h1>
|
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>
|
||||||
<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><a href="https://src.inferencium.net/Inferencium">Inferencium source code repositories</a>
|
|
||||||
are now mirrored at
|
|
||||||
<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 to access the source
|
|
||||||
code.</p>
|
|
||||||
<p>Due to terms of service restrictions, proprietary code and
|
|
||||||
related repositories, such as firmware, are unable to be
|
|
||||||
mirrored to Codeberg.</p>
|
|
||||||
</article>
|
|
||||||
</section>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user