Add copyright information. Add licensing. Add versioning system. Add comments to clarify each section of code. Improve HTML formatting. Rebrand Inferencium Network to Inferencium.

This commit is contained in:
inference 2022-11-25 05:59:43 +00:00
parent 50137f1f3d
commit 359dd82572
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -1,11 +1,23 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Index -->
<!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear -->
<!-- 0.0.0.0 -->
<html> <html>
<head> <head>
<title>Inferencium Network</title> <title>Inferencium</title>
<link rel="stylesheet" href=infnet.css> <link rel="stylesheet" href=infnet.css>
</head> </head>
<!-- Navigation bar. -->
<div class="sidebar"> <div class="sidebar">
<a class="title">Inferencium Network</a><br> <a class="title">Inferencium</a><br>
<br> <br>
<br> <br>
<div><a href="about.html">About</a></div> <div><a href="about.html">About</a></div>
@ -13,6 +25,8 @@
<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> </div>
<body> <body>
</body> </body>
</html> </html>