Add file title. Add copyright information. Add licensing. Rebrand Inferencium Network to Inferencium. Add section comments.
This commit is contained in:
parent
3a412db869
commit
873b7c3ee9
17
blog.html
17
blog.html
@ -1,11 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Website - Blog -->
|
||||
|
||||
<!-- Copyright 2022 Inference -->
|
||||
<!-- License: BSD 3-Clause Clear -->
|
||||
|
||||
<!-- 0.0.0.0 -->
|
||||
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Inferencium Network - Blog</title>
|
||||
<title>Inferencium - Blog</title>
|
||||
<link rel="stylesheet" href="infnet.css">
|
||||
</head>
|
||||
|
||||
<!-- Sidebar. -->
|
||||
<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 +24,8 @@
|
||||
<div><a href="blog.html">Blog</a></div>
|
||||
<div><a href="source.html">Source</a></div>
|
||||
</div>
|
||||
|
||||
<!-- Blog posts in descending order from most recent to least recent. -->
|
||||
<body>
|
||||
<h1>Blog</h1>
|
||||
<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user