Move navigation bar to HTML body
This commit is contained in:
parent
9de842292f
commit
85aa3ef7f8
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 4.0.0-alpha.1+32 -->
|
<!-- Version: 4.0.1-alpha.1 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -14,7 +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>
|
||||||
<!-- Navigation bar -->
|
<body>
|
||||||
<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>
|
||||||
<a href="index.html" class="title">Inferencium</a><br>
|
<a href="index.html" class="title">Inferencium</a><br>
|
||||||
@ -28,7 +28,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>
|
|
||||||
<h1>Blog</h1>
|
<h1>Blog</h1>
|
||||||
<section id="toc">
|
<section id="toc">
|
||||||
<!-- Table of contents -->
|
<!-- Table of contents -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user