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/Ventoy | |
| parent | 7a52ddeba2a68388b544f529d2d92104420f77b0 (diff) | |
Diffstat (limited to 'public/archive/linux/Ventoy')
| -rw-r--r-- | public/archive/linux/Ventoy/index.html | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/public/archive/linux/Ventoy/index.html b/public/archive/linux/Ventoy/index.html index 52ed734..a56fbc0 100644 --- a/public/archive/linux/Ventoy/index.html +++ b/public/archive/linux/Ventoy/index.html @@ -7,11 +7,24 @@ <title>How to Install Ventoy 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>How to Install Ventoy with Linux 🐧🔌</h1> + <p class="post-date">August 25, 2024</p> + </header> <article> - <header> - <h1>How to Install Ventoy with Linux 🐧🔌</h1> - <p class="post-date">August 25, 2024</p> - </header> <div class="post-content"> <hr> <p>Installing Ventoy is pretty easy, just a few quick steps and you will be there!</p> @@ -74,7 +87,7 @@ $ Replace the X with your device letter.</p> - <footer class="post-footer"> + <footer> <a href="/archive/linux" class="back-button">⬅ Back to Linux</a> </footer> |
