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 06:04:09 +00:00
parent 359dd82572
commit 09aa60d5bd
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -1,11 +1,23 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Blog - #0 -->
<!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
<!-- 0.0.0.0 -->
<html>
<head>
<title>Inferencium Network - Blog - FOSS is Working Against Itself</title>
<title>Inferencium - Blog - FOSS is Working Against Itself</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,7 @@
<div><a href="../blog.html">Blog</a></div>
<div><a href="../source.html">Source</a></div>
</div>
<body>
<h1>Blog - #0</h1>
<br>
@ -21,6 +34,7 @@
<p>Posted: 2022-01-27 (UTC+00:00)</p>
<p>Updated: 2022-11-09 (UTC+00:00)</p>
<br>
<h4>Introduction</h4>
<p>The world has become a dangerous, privacy invading, human rights stripping,
totalitarian place; in order to combat this, people are joining a growing,
@ -172,4 +186,5 @@ privacy and control.</p>
<br>
<br>
</body>
</html>