diff options
| author | Shipwreckt <me@shipwreckt.co.uk> | 2025-11-02 20:32:56 +0000 |
|---|---|---|
| committer | Shipwreckt <me@shipwreckt.co.uk> | 2025-11-02 20:32:56 +0000 |
| commit | 0bf147512bb84d1a05d4c7cf1ec049c7a6b534d5 (patch) | |
| tree | 75517e797d6f6091bdc6c4b8b48b60b93474f463 /public/archive/linux/TarGZ | |
| parent | 7a52ddeba2a68388b544f529d2d92104420f77b0 (diff) | |
Diffstat (limited to 'public/archive/linux/TarGZ')
| -rw-r--r-- | public/archive/linux/TarGZ/index.html | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/public/archive/linux/TarGZ/index.html b/public/archive/linux/TarGZ/index.html index 738c2d5..3803b63 100644 --- a/public/archive/linux/TarGZ/index.html +++ b/public/archive/linux/TarGZ/index.html @@ -7,11 +7,24 @@ <title>How to tar.gz a directory 📁</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> + <h1>How to tar.gz a directory 📁</h1> + <p class="post-date">April 13, 2025</p> + </header> <article> - <header> - <h1>How to tar.gz a directory 📁</h1> - <p class="post-date">April 13, 2025</p> - </header> <div class="post-content"> <hr> <h2>What you will need 📋</h2> @@ -37,7 +50,7 @@ - <footer class="post-footer"> + <footer> <a href="/archive/linux" class="back-button">⬅ Back to Linux</a> </footer> |
