diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-06-30 19:41:04 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-06-30 19:41:04 +0100 |
commit | 24774d9f05a0fa594d1f32e3c95aeb641b3971ff (patch) | |
tree | 4162470a93a82b1fc7c059cb87179b54d5038ec5 /public/projects/WeeklyByte/2024/issue0WB.html | |
parent | 4c5bc62c3f3a2e5201dffe13353d0fe61fe692d5 (diff) |
fixed a few bugs and added hr tag to the sidebars
Diffstat (limited to 'public/projects/WeeklyByte/2024/issue0WB.html')
-rw-r--r-- | public/projects/WeeklyByte/2024/issue0WB.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/projects/WeeklyByte/2024/issue0WB.html b/public/projects/WeeklyByte/2024/issue0WB.html index cc4debf..6fea8a8 100644 --- a/public/projects/WeeklyByte/2024/issue0WB.html +++ b/public/projects/WeeklyByte/2024/issue0WB.html @@ -9,7 +9,7 @@ </head> <body> <div class="sidebar"> - <h2>Table of Contents</h2> + <h2>Table of Contents</h2><hr> <ul> <li><a href="../WeeklyByte.html">Weekly byte</a></li> </ul> @@ -21,7 +21,7 @@ <nav> <ul> <li><a href="../../../index.html">Home</a></li> - <li><a href="../../../index.html#projects">projects</a></li> + <li><a href="../../../index.html#projects">Projects</a></li> <li><a href="../../../index.html#Articles">Articles</a></li> <li><a href="../../../index.html#contact">Contact</a></li> </ul> |