Update Source webpage from version 3.0.1.27 to 3.0.2.31.

This commit is contained in:
inference 2023-06-12 08:00:50 +01:00
parent 0dcd06b133
commit 4b70cf5ddb
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,17 +5,16 @@
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
<!-- Version: 3.0.1.27 -->
<!-- Version: 3.0.2.31 -->
<html>
<head>
<title>Inferencium - Source</title>
<link rel="stylesheet" href=inf.css>
<link rel="stylesheet" href="inf.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<!-- Navigation bar -->
<div class="sidebar">
<img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px">
@ -29,23 +28,17 @@
<div><a href="key.html">Key</a></div>
<div><a href="changelog.html">Changelog</a></div>
</div>
<body>
<h1>Source</h1>
<br>
<br>
<br>
<section>
<!-- Table of contents -->
<h2 id="toc"><a href="#toc" class="h2">Table of Contents<a/></h2>
<ul>
<li><a href="#src-inferencium" class="body-link">Inferencium Source Code Repositories</a></li>
<li><a href="#src-personal" class="body-link">My Personal Source Code Repositories</a></li>
</ul>
<br>
<br>
<br>
</section>
<section>
<!-- Place Inferencium source code repositories here -->
<h2 id="src-inferencium"><a href="#src-inferencium" class="h2">Inferencium Source Code Repositories</a></h2>
<ul>
@ -59,18 +52,13 @@
<li><a href="https://src.inferencium.net/Inferencium/sys/" class="body-link">sys</a> - Gentoo System ebuild repository</li>
<li><a href="https://src.inferencium.net/Inferencium/website/" class="body-link">website</a> - Website</li>
</ul>
<br>
<br>
<br>
</section>
<section>
<!-- Place personal source code repositories here -->
<h2 id="src-personal"><a href="#src-personal" class="h2">My Personal Source Code Repositories</a></h2>
<ul>
<li><a href="https://src.inferencium.net/inference/graphenechan/" class="body-link">graphenechan</a> - Graphene-chan (GrapheneOS unofficial mascot)</li>
</ul>
<br>
<br>
<br>
</section>
</body>
</html>