Clarify that sidebar code is for navigation bars in general and applies to all devices and form factors.

This commit is contained in:
inference 2022-11-22 04:18:45 +00:00
parent af10979236
commit e3b9824b48
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -5,16 +5,17 @@
<!-- Copyright 2022 Inference --> <!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear --> <!-- License: BSD 3-Clause Clear -->
<!-- 0.0.0.0 --> <!-- 0.0.1.1 -->
<html> <html>
<head> <head>
<title>Inferencium - Blog</title> <title>Inferencium - Blog</title>
<link rel="stylesheet" href="infnet.css"> <link rel="stylesheet" href="infnet.css">
</head> </head>
<!-- Sidebar. --> <!-- Navigation bar. -->
<div class="sidebar"> <div class="sidebar">
<a class="title">Inferencium</a><br> <a class="title">Inferencium</a><br>
<br> <br>
@ -45,4 +46,5 @@
<br> <br>
<br> <br>
</body> </body>
</html> </html>