summaryrefslogtreecommitdiff
path: root/public/archive/internet/Passwords
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-11-02 20:32:56 +0000
committerShipwreckt <me@shipwreckt.co.uk>2025-11-02 20:32:56 +0000
commit0bf147512bb84d1a05d4c7cf1ec049c7a6b534d5 (patch)
tree75517e797d6f6091bdc6c4b8b48b60b93474f463 /public/archive/internet/Passwords
parent7a52ddeba2a68388b544f529d2d92104420f77b0 (diff)
Some small tweaks with headerHEADmaster
Diffstat (limited to 'public/archive/internet/Passwords')
-rw-r--r--public/archive/internet/Passwords/index.html25
1 files changed, 20 insertions, 5 deletions
diff --git a/public/archive/internet/Passwords/index.html b/public/archive/internet/Passwords/index.html
index a8267cf..bb06521 100644
--- a/public/archive/internet/Passwords/index.html
+++ b/public/archive/internet/Passwords/index.html
@@ -7,11 +7,26 @@
<title>Passwords 🔑</title>
</head>
<body>
+ <header>
+ <nav class="site-nav">
+ <div class="nav-container">
+ <div class="nav-left">
+ <a href="/" class="site-title">Shipwreckt</a>
+ </div>
+ <ul class="nav-right">
+ <li><a href="/">Home</a></li>
+ <li><a href="/archive/">Archive</a></li>
+ <li><a href="/links/">Links</a></li>
+ <li><a href="/contact/">Contact</a></li>
+ </ul>
+ </div>
+ </nav>
+ <hr>
+ <h1>Passwords 🔑</h1>
+ <p class="post-date">August 24, 2024</p>
+ </header>
+
<article>
- <header>
- <h1>Passwords 🔑</h1>
- <p class="post-date">August 24, 2024</p>
- </header>
<div class="post-content">
<hr>
<p>Having a secure Password is the most important part of your online security, so how do you keep and know a good password?</p>
@@ -42,7 +57,7 @@ In the modern day you do not need to remember your passwords thanks to password
- <footer class="post-footer">
+ <footer>
<a href="/archive/internet" class="back-button">⬅ Back to internet</a>
</footer>