Update Source webpage to version 2.2.4.23.
This commit is contained in:
parent
6d90756dd5
commit
ed626d5dde
38
source.html
38
source.html
@ -2,22 +2,22 @@
|
|||||||
|
|
||||||
<!-- Inferencium - Website - Source -->
|
<!-- Inferencium - Website - Source -->
|
||||||
|
|
||||||
<!-- Copyright 2022-2023 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
||||||
|
|
||||||
<!-- Version: 2.2.3.18 -->
|
<!-- Version: 2.2.4.23 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium - Source</title>
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- Navigation bar. -->
|
<!-- Navigation bar -->
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<img src="asset/img/logo-inferencium-no_text.png"
|
<img src="asset/img/logo-inferencium-no_text.png"
|
||||||
width="110px" height="110px">
|
width="110px" height="110px">
|
||||||
<a class="title">Inferencium</a><br>
|
<a class="title">Inferencium</a><br>
|
||||||
@ -28,15 +28,15 @@
|
|||||||
<div><a href="blog.html">Blog</a></div>
|
<div><a href="blog.html">Blog</a></div>
|
||||||
<div><a href="source.html">Source</a></div>
|
<div><a href="source.html">Source</a></div>
|
||||||
<div><a href="key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Source</h1>
|
<h1>Source</h1>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- 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>
|
||||||
<ul>
|
<ul>
|
||||||
@ -49,16 +49,17 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Place Inferencium source code repositories here. -->
|
<!-- Place Inferencium source code repositories here -->
|
||||||
<h2 id="src-inferencium"><a href="#src-inferencium" class="h2"
|
<h2 id="src-inferencium"><a href="#src-inferencium" class="h2"
|
||||||
>Inferencium Source Code Repositories</a></h2>
|
>Inferencium Source Code Repositories</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://git.inferencium.net/Inferencium/cfg/" class="body-link"
|
<li><a href="https://git.inferencium.net/Inferencium/cfg/" class="body-link"
|
||||||
>cfg</a> - Configuration files</a></li>
|
>cfg</a> - Configuration files</li>
|
||||||
<li><a href="https://git.inferencium.net/Inferencium/doc/" class="body-link"
|
<li><a href="https://git.inferencium.net/Inferencium/doc/" class="body-link"
|
||||||
>doc</a> - Documentation</a></li>
|
>doc</a> - Documentation</li>
|
||||||
<li><a href="https://git.inferencium.net/Inferencium/inf-kernel/" class="body-link"
|
<li><a href="https://git.inferencium.net/Inferencium/inf-kernel/"
|
||||||
>inf-kernel</a> - Inferencium Kernel</a></li>
|
class="body-link"
|
||||||
|
>inf-kernel</a> - Inferencium Kernel</li>
|
||||||
<li><a href="https://git.inferencium.net/Inferencium/linux-firmware-desktop/"
|
<li><a href="https://git.inferencium.net/Inferencium/linux-firmware-desktop/"
|
||||||
class="body-link"
|
class="body-link"
|
||||||
>linux-firmware-desktop</a> - Desktop Linux firmware</li>
|
>linux-firmware-desktop</a> - Desktop Linux firmware</li>
|
||||||
@ -77,15 +78,18 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<!-- Place personal source code repositories here. -->
|
|
||||||
|
<!-- Place personal source code repositories here -->
|
||||||
<h2 id="src-personal"><a href="#src-personal" class="h2"
|
<h2 id="src-personal"><a href="#src-personal" class="h2"
|
||||||
>My Personal Source Code Repositories</a></h2>
|
>My Personal Source Code Repositories</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://git.inferencium.net/inference/graphenechan/" class="body-link"
|
<li><a href="https://git.inferencium.net/inference/graphenechan/"
|
||||||
|
class="body-link"
|
||||||
>graphenechan</a> - Graphene-chan (GrapheneOS unofficial mascot)</li>
|
>graphenechan</a> - Graphene-chan (GrapheneOS unofficial mascot)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</body>
|
<br>
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user