Add file title. Add copyright information. Add licensing. Rebrand Inferencium Network to Inferencium. Add section comments.

This commit is contained in:
inference 2022-11-22 03:47:04 +00:00
parent 632056da81
commit 3f44104193
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -1,11 +1,22 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Blog -->
<!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear -->
<!-- 0.0.0.0 -->
<html> <html>
<head> <head>
<title>Inferencium Network - Blog</title> <title>Inferencium - Blog</title>
<link rel="stylesheet" href="infnet.css"> <link rel="stylesheet" href="infnet.css">
</head> </head>
<!-- Sidebar. -->
<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 +24,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>
<!-- Blog posts in descending order from most recent to least recent. -->
<body> <body>
<h1>Blog</h1> <h1>Blog</h1>
<br> <br>