Move navigation bar to HTML body
This commit is contained in:
parent
c662b4c696
commit
30134a21a0
@ -5,7 +5,7 @@
|
|||||||
<!-- 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.1+13 -->
|
<!-- Version: 1.0.2-alpha.2+14 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -14,6 +14,7 @@
|
|||||||
<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>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
||||||
@ -28,7 +29,6 @@
|
|||||||
<div><a href="../key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="../changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
|
||||||
<section id="introduction">
|
<section id="introduction">
|
||||||
<h1 id="introduction"><a href="#introduction">Documentation - GrapheneOS hardened_malloc</a></h1>
|
<h1 id="introduction"><a href="#introduction">Documentation - GrapheneOS hardened_malloc</a></h1>
|
||||||
<p>This documentation contains instructions to use
|
<p>This documentation contains instructions to use
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<!-- 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.2+6 -->
|
<!-- Version: 1.0.2-alpha.1+9 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -14,6 +14,7 @@
|
|||||||
<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>
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
||||||
@ -28,7 +29,6 @@
|
|||||||
<div><a href="../key.html">Key</a></div>
|
<div><a href="../key.html">Key</a></div>
|
||||||
<div><a href="../changelog.html">Changelog</a></div>
|
<div><a href="../changelog.html">Changelog</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
|
||||||
<section id="introduction">
|
<section id="introduction">
|
||||||
<h1 id="introduction"><a href="#introduction">Documentation - OpenSSL Self-signed Certificate Chain</a></h1>
|
<h1 id="introduction"><a href="#introduction">Documentation - OpenSSL Self-signed Certificate Chain</a></h1>
|
||||||
<p>This documentation contains the complete set of commands to create a new OpenSSL self-signed
|
<p>This documentation contains the complete set of commands to create a new OpenSSL self-signed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user