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
09aa60d5bd
commit
fbf9766d4e
@ -1,11 +1,23 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<!-- Inferencium - Website - Blog - #1 -->
|
||||||
|
|
||||||
|
<!-- Copyright 2022 Inference -->
|
||||||
|
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
|
||||||
|
|
||||||
|
<!-- 0.0.0.0 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Blog - systemd Insecurity</title>
|
<title>Inferencium - Blog - systemd Insecurity</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,7 @@
|
|||||||
<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>Blog - #1</h1>
|
<h1>Blog - #1</h1>
|
||||||
<br>
|
<br>
|
||||||
@ -22,6 +35,7 @@
|
|||||||
<p>Updated: 2022-11-14 (UTC+00:00)</p>
|
<p>Updated: 2022-11-14 (UTC+00:00)</p>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p>Anyone who cares about security may want to switch from systemd as soon as
|
<p>Anyone who cares about security may want to switch from systemd as soon as
|
||||||
possible; its lead developer doesn't care about your security at all.</p>
|
possible; its lead developer doesn't care about your security at all.</p>
|
||||||
<br>
|
<br>
|
||||||
@ -98,4 +112,5 @@ started with a number, then Poettering blamed the user.</p>
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user