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

This commit is contained in:
inference 2022-11-25 06:33:36 +00:00
parent 00a8dc7da5
commit 66b7480fdf
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -1,11 +1,23 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Contact - Signal -->
<!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
<!-- 0.0.0.0 -->
<html> <html>
<head> <head>
<title>Inferencium Network - Contact - Signal</title> <title>Inferencium - Contact - Signal</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,7 @@
<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>
<h1>Contact</h1> <h1>Contact</h1>
<br> <br>
@ -21,10 +34,12 @@
<p>Updated: 2022-11-14 (UTC+00:00)</p> <p>Updated: 2022-11-14 (UTC+00:00)</p>
<br> <br>
<br> <br>
<code> <code>
+447549902964 +447549902964
</code> </code>
<br> <br>
<br> <br>
</body> </body>
</html> </html>