diff options
Diffstat (limited to 'public/archive/linux/Formatting_USB')
| -rw-r--r-- | public/archive/linux/Formatting_USB/index.html | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/public/archive/linux/Formatting_USB/index.html b/public/archive/linux/Formatting_USB/index.html index a194a2a..2fbb64a 100644 --- a/public/archive/linux/Formatting_USB/index.html +++ b/public/archive/linux/Formatting_USB/index.html @@ -7,11 +7,24 @@ <title>Formatting USBs With Linux 🔌🔥</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>Formatting USBs With Linux 🔌🔥</h1> + <p class="post-date">August 23, 2024</p> + </header> <article> - <header> - <h1>Formatting USBs With Linux 🔌🔥</h1> - <p class="post-date">August 23, 2024</p> - </header> <div class="post-content"> <hr> <p>Formatting a USB in Linux is easier then <a href="01BurningIsos">burning an ISO</a> and only needs a few quick commands!</p> @@ -50,7 +63,6 @@ <hr> <h2>Finished ✅</h2> <p>All done! Now you have an empty USB stick you can use for all your files!</p> -<hr> </div> </article> @@ -58,7 +70,7 @@ - <footer class="post-footer"> + <footer> <a href="/archive/linux" class="back-button">⬅ Back to Linux</a> </footer> |
