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:35:20 +00:00
parent 66b7480fdf
commit 38b8b9c74b
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -1,11 +1,23 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Contact - XMPP -->
<!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear -->
<!-- 0.0.0.0 -->
<html>
<head>
<title>Inferencium Network - Contact - XMPP</title>
<title>Inferencium - Contact - XMPP</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>Contact</h1>
<br>
@ -20,6 +33,7 @@
<br>
<p>Updated: 2022-11-14 (UTC+00:00)</p>
<br>
<p>Whenever possible, open the links to pin the fingerprint directly from this
webpage. If that is not possible, manually verify the fingerprints.</p>
<br>
@ -55,4 +69,5 @@
<br>
<br>
</body>
</html>