diff options
Diffstat (limited to 'public/archive/internet/browsers')
| -rw-r--r-- | public/archive/internet/browsers/index.html | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/public/archive/internet/browsers/index.html b/public/archive/internet/browsers/index.html index 7a104a4..615e8ca 100644 --- a/public/archive/internet/browsers/index.html +++ b/public/archive/internet/browsers/index.html @@ -7,11 +7,26 @@ <title>Web browsers 🌐</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>Web browsers 🌐</h1> + <p class="post-date">August 25, 2024</p> + </header> + <article> - <header> - <h1>Web browsers 🌐</h1> - <p class="post-date">August 25, 2024</p> - </header> <div class="post-content"> <hr> <p>There is lots of debate on what the best 'privacy based browser' is, so I am going to settle it here and now, and suggest the two best web browser you should daily drive.</p> @@ -35,7 +50,7 @@ The [Tor web browser](https://www.torproject.org/) is a browser that uses the To - <footer class="post-footer"> + <footer> <a href="/archive/internet" class="back-button">⬅ Back to internet</a> </footer> |
