Close tags without an end tag
Closing tags which don't have an end tag provides more correctness for XML and XHTML tools, and is not against HTML standards despite closing such tags not being mandatory in HTML.
This commit is contained in:
parent
f16a6355d4
commit
78c3e4d562
12
about.html
12
about.html
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 6.2.3-alpha.5 -->
|
<!-- Version: 6.2.3-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - About</title>
|
<title>Inferencium - About</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
@ -546,7 +546,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Messenger</td>
|
<td>Messenger</td>
|
||||||
<td>
|
<td>
|
||||||
<img src="asset/img/logo-molly.png" width="100px" height="100px"><br>
|
<img src="asset/img/logo-molly.png" width="100px" height="100px"/><br>
|
||||||
<br>
|
<br>
|
||||||
Molly
|
Molly
|
||||||
</td>
|
</td>
|
||||||
@ -595,7 +595,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Messenger</td>
|
<td>Messenger</td>
|
||||||
<td>
|
<td>
|
||||||
<img src="asset/img/logo-conversations.png" width="100px" height="100px"><br>
|
<img src="asset/img/logo-conversations.png" width="100px" height="100px"/><br>
|
||||||
<br>
|
<br>
|
||||||
Conversations
|
Conversations
|
||||||
</td>
|
</td>
|
||||||
|
@ -12,12 +12,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Blog</title>
|
<title>Inferencium - Blog</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.0.3-alpha.5 -->
|
<!-- Version: 5.0.3-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Blog - FOSS is Working Against Itself</title>
|
<title>Inferencium - Blog - FOSS is Working Against Itself</title>
|
||||||
<link rel="stylesheet" href="../main.css">
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="../index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.0.2-alpha.5 -->
|
<!-- Version: 5.0.2-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Blog - systemd Insecurity</title>
|
<title>Inferencium - Blog - systemd Insecurity</title>
|
||||||
<link rel="stylesheet" href="../main.css">
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="../index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.0.2-alpha.5 -->
|
<!-- Version: 5.0.2-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Blog - The Chromium Monopoly</title>
|
<title>Inferencium - Blog - The Chromium Monopoly</title>
|
||||||
<link rel="stylesheet" href="../main.css">
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="../index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.0.2-alpha.5 -->
|
<!-- Version: 5.0.2-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Blog - Untrusted: The Issue with Decentralisation</title>
|
<title>Inferencium - Blog - Untrusted: The Issue with Decentralisation</title>
|
||||||
<link rel="stylesheet" href="../main.css">
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="../index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 2.0.0-alpha.6 -->
|
<!-- Version: 2.0.0-alpha.7 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Changelog</title>
|
<title>Inferencium - Changelog</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.1-alpha.5 -->
|
<!-- Version: 1.0.1-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Changelog - Constellation</title>
|
<title>Inferencium - Changelog - Constellation</title>
|
||||||
<link rel="stylesheet" href=../main.css>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="../index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.1-alpha.5 -->
|
<!-- Version: 1.0.1-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Changelog - Firmware - aa000-0</title>
|
<title>Inferencium - Changelog - Firmware - aa000-0</title>
|
||||||
<link rel="stylesheet" href=../main.css>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="../index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.1-alpha.5 -->
|
<!-- Version: 1.0.1-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Changelog - Firmware - xa000-0</title>
|
<title>Inferencium - Changelog - Firmware - xa000-0</title>
|
||||||
<link rel="stylesheet" href=../main.css>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="../index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.1-alpha.5 -->
|
<!-- Version: 1.0.1-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Changelog - Firmware - xb000-0</title>
|
<title>Inferencium - Changelog - Firmware - xb000-0</title>
|
||||||
<link rel="stylesheet" href=../main.css>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="../index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.1-alpha.5 -->
|
<!-- Version: 1.0.1-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Changelog - Planetarium</title>
|
<title>Inferencium - Changelog - Planetarium</title>
|
||||||
<link rel="stylesheet" href=../main.css>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="../index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 6.2.0-alpha.17 -->
|
<!-- Version: 6.2.0-alpha.18 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Contact</title>
|
<title>Inferencium - Contact</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.1-alpha.5 -->
|
<!-- Version: 1.0.1-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Documentation</title>
|
<title>Inferencium - Documentation</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
|
@ -5,20 +5,20 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.3-alpha.5 -->
|
<!-- Version: 1.0.3-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Documentation - GrapheneOS hardened_malloc</title>
|
<title>Inferencium - Documentation - GrapheneOS hardened_malloc</title>
|
||||||
<link rel="stylesheet" href=../main.css>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="../index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
|
@ -5,20 +5,20 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.2-alpha.8 -->
|
<!-- Version: 1.0.2-alpha.9 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Documentation - OpenSSL Self-signed Certificate Chain</title>
|
<title>Inferencium - Documentation - OpenSSL Self-signed Certificate Chain</title>
|
||||||
<link rel="stylesheet" href=../main.css>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="../index.html" class="title">Inferencium</a></div>
|
<div><a href="../index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="../about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="../contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 3.0.1-alpha.4 -->
|
<!-- Version: 3.0.1-alpha.5 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium</title>
|
<title>Inferencium</title>
|
||||||
<link rel="stylesheet" href=main.css>
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
|
8
key.html
8
key.html
@ -5,20 +5,20 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.1.1-alpha.5 -->
|
<!-- Version: 5.1.1-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Key</title>
|
<title>Inferencium - Key</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 2.0.2-alpha.4 -->
|
<!-- Version: 2.0.2-alpha.5 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Music</title>
|
<title>Inferencium - Music</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.1-alpha.4 -->
|
<!-- Version: 1.0.1-alpha.5 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Redirect</title>
|
<title>Inferencium - Redirect</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="index.html" class="title">Inferencium</a></div>
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 4.0.1-alpha.5 -->
|
<!-- Version: 4.0.1-alpha.6 -->
|
||||||
|
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Inferencium - Source</title>
|
<title>Inferencium - Source</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
</head>
|
</head>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<nav>
|
<nav>
|
||||||
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"/></a></div>
|
||||||
<div><a href="index.html" class="title">Inferencium</a><br></div>
|
<div><a href="index.html" class="title">Inferencium</a><br></div>
|
||||||
<div><a href="about.html">About</a></div>
|
<div><a href="about.html">About</a></div>
|
||||||
<div><a href="contact.html">Contact</a></div>
|
<div><a href="contact.html">Contact</a></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user