Add HTML sections.
This commit is contained in:
parent
819c6117e1
commit
654766d652
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
||||
<!-- Version: 3.0.2.30 -->
|
||||
<!-- Version: 3.0.2.31 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -30,12 +30,15 @@
|
||||
</div>
|
||||
<body>
|
||||
<h1>Source</h1>
|
||||
<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>
|
||||
</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>
|
||||
@ -49,10 +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>
|
||||
</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>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user