Add file title. Add copyright information. Add licensing. Add versioning system. Rebrand Inferencium Network to Inferencium. Add section comments.
This commit is contained in:
parent
2ac2424c0f
commit
77161bb9f4
22
source.html
22
source.html
@ -1,11 +1,23 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<!-- Inferencium - Website - Source -->
|
||||||
|
|
||||||
|
<!-- Copyright 2022 Inference -->
|
||||||
|
<!-- License: BSD 3-Clause Clear -->
|
||||||
|
|
||||||
|
<!-- 0.0.0.0 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Source</title>
|
<title>Inferencium - Source</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,9 +25,12 @@
|
|||||||
<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>Source</h1>
|
<h1>Source</h1>
|
||||||
<br>
|
<br>
|
||||||
|
<!-- Place personal source code repositories here. -->
|
||||||
|
<!-- Clarify that these repositories are not targeted towards public release. -->
|
||||||
<h3>My Personal Source Code Repositories</h3>
|
<h3>My Personal Source Code Repositories</h3>
|
||||||
<p>These repositories contain source code which is used on my personal
|
<p>These repositories contain source code which is used on my personal
|
||||||
systems.<br>
|
systems.<br>
|
||||||
@ -32,6 +47,8 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
<!-- Place Inferencium source code repositories here. -->
|
||||||
|
<!-- Clarify that these repositories are targeted towards public release. -->
|
||||||
<h3>Inferencium Network Source Code Repositories</h3>
|
<h3>Inferencium Network Source Code Repositories</h3>
|
||||||
<p>These repositories contain source code targeted towards a public release and
|
<p>These repositories contain source code targeted towards a public release and
|
||||||
are suitable for a wide range of systems.</p>
|
are suitable for a wide range of systems.</p>
|
||||||
@ -45,4 +62,5 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user