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 cd57179baa
commit f425cda65c

View File

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