Move navigation bar code inside HTML body
This commit is contained in:
parent
fc392e6059
commit
00d7da4caf
4
key.html
4
key.html
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
||||
<!-- Version: 5.0.0-alpha.1+34 -->
|
||||
<!-- Version: 5.1.0-alpha.1 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -14,6 +14,7 @@
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation bar -->
|
||||
<div class="sidebar">
|
||||
<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="changelog.html">Changelog</a></div>
|
||||
</div>
|
||||
<body>
|
||||
<h1>Key</h1>
|
||||
<section id="toc">
|
||||
<!-- Table of contents -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user