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:
parent
50137f1f3d
commit
359dd82572
18
index.html
18
index.html
@ -1,11 +1,23 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<!-- Inferencium - Website - Index -->
|
||||||
|
|
||||||
|
<!-- Copyright 2022 Inference -->
|
||||||
|
<!-- License: BSD 3-Clause Clear -->
|
||||||
|
|
||||||
|
<!-- 0.0.0.0 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network</title>
|
<title>Inferencium</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,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>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user