Merge pull request 'Add Source page.' (#13) from dev into beta

This commit is contained in:
inference 2022-06-30 08:48:03 +02:00
commit 901e319474
3 changed files with 30 additions and 27 deletions

View File

@ -1,27 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Inferencium Network - Contact - Matrix</title>
<link rel="stylesheet" href="../infnet.css">
</head>
<body>
<h1>Contact</h1>
<br>
<h2>Matrix</h2>
<br>
<p>Updated: 2022-01-28 (UTC+00:00)</p>
<br>
<h3>inference:matrix.inferencium.net</h3>
<h4>Key</h4>
<p>Unavailable. Request key via different contact method.</p>
<br>
<br>
<h3>inferenceus:matrix.org</h3>
<h4>Key</h4>
<p>Unavailable. Request key via different contact method.</p>
<br>
<br>
<br>
<a href="contact.html">Back</a>
</body>
</html>

View File

@ -10,5 +10,6 @@
<p>- <a href="about.html">About</a></p>
<p>- <a href="contact/contact.html">Contact</a></p>
<p>- <a href="blog/blog.html">Blog</a></p>
<p>- <a href="src/source.html">Source</a></p>
</body>
</html>

29
src/source.html Normal file
View File

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>Inferencium Network - Source</title>
<link rel="stylesheet" href=../infnet.css>
</head>
<body>
<h1>Source</h1>
<br>
<p>Inferencium Network Git repository.</p>
<p>- <a href="https://codeberg.org/inference/">Git repository</a></p>
<br>
<p>Inferencium Network website source code.</p>
<p>- <a href="https://codeberg.org/inference/infnet-www/">Website</a></p>
<br>
<p>My personal configuration files.</p>
<p>- <a href="https://codeberg.org/inference/cfg/">Configuration files</a></p>
<br>
<p>My personal script files.</p>
<p>- <a href="https://codeberg.org/inference/scr/">Scripts</a></p>
<br>
<p>Inferencium Network Gentoo overlay.</p>
<p>- <a href="https://codeberg.org/inference/inferencium/">Inferencium Gentoo overlay</a></p>
<br>
<br>
<br>
<a href="../index.html">Back</a></p>
</body>
</html>