41 lines
1.5 KiB
HTML
41 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Inferencium Network - Source</title>
|
|
<link rel="stylesheet" href=infnet.css>
|
|
</head>
|
|
<div class="sidebar">
|
|
<a class="title">Inferencium Network</a><br>
|
|
<br>
|
|
<br>
|
|
<div><a href="about.html">About</a></div>
|
|
<div><a href="contact.html">Contact</a></div>
|
|
<div><a href="blog.html">Blog</a></div>
|
|
<div><a href="source.html">Source</a></div>
|
|
</div>
|
|
<body>
|
|
<h1>Source</h1>
|
|
<br>
|
|
<h3>My Personal Source Code Repositories</h3>
|
|
<p>These repositories contain source code which is used on my personal
|
|
systems.<br>
|
|
No guarantees are made that they will work correctly on your systems, and they
|
|
are not targeted towards a public release.<br>
|
|
Usage of these repositories is at your own risk.</p>
|
|
<br>
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inference/cfg/">Configuration files</a></p>
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inference/scr/">Script files</a></p>
|
|
<br>
|
|
<br>
|
|
<h3>Inferencium Network Source Code Repositories</h3>
|
|
<p>These repositories contain source code targeted towards a public release and
|
|
are suitable for a wide range of systems.</p>
|
|
<br>
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inference/inf-www/">Website</a></p>
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inference/mmd/">Gentoo - Multimedia</a></p>
|
|
<p>- <a class="body-link" href="https://git.inferencium.net/inference/graphenechan/">Graphene-chan</a></p>
|
|
<br>
|
|
<br>
|
|
</body>
|
|
</html>
|