Merge pull request 'Add Source page.' (#14) from beta into stable
This commit is contained in:
commit
8fd39ec066
@ -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>
|
|
@ -10,5 +10,6 @@
|
|||||||
<p>- <a href="about.html">About</a></p>
|
<p>- <a href="about.html">About</a></p>
|
||||||
<p>- <a href="contact/contact.html">Contact</a></p>
|
<p>- <a href="contact/contact.html">Contact</a></p>
|
||||||
<p>- <a href="blog/blog.html">Blog</a></p>
|
<p>- <a href="blog/blog.html">Blog</a></p>
|
||||||
|
<p>- <a href="src/source.html">Source</a></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
29
src/source.html
Normal file
29
src/source.html
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user