diff options
Diffstat (limited to 'public/articals/linux/media/01BurningIsos')
-rw-r--r-- | public/articals/linux/media/01BurningIsos | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/public/articals/linux/media/01BurningIsos b/public/articals/linux/media/01BurningIsos index 2ec7657..04b7a3f 100644 --- a/public/articals/linux/media/01BurningIsos +++ b/public/articals/linux/media/01BurningIsos @@ -1,22 +1,23 @@ <!DOCTYPE html> -<html lang="en"> -<head> +<html lang="en-GB"> + <head> <meta charset="UTF-8"> + <meta name="author" content="Shipwreckt"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Burning an ISO 🔥💾</title> <link rel="stylesheet" href="../../../styles.css"> <link rel="icon" href="../../../Images/favi.png" type="image/x-icon"> -</head> -<body> + </head> + <body> <header> - <nav> - <ul> - <li><a href="../../../index.html">Home</a></li> - <li><a href="../../../links.html">Links</a></li> - <li><a href="../../../projects.html">Projects</a></li> - <li><a href="../../../contact.html">Contact</a></li> - </ul> - </nav> + <nav> + <ul> + <li><a href="../../../index.html">Home</a></li> + <li><a href="../../../links.html">Links</a></li> + <li><a href="../../../projects.html">Projects</a></li> + <li><a href="../../../contact.html">Contact</a></li> + </ul> + </nav> </header> <main> <h1>How to burn an ISO to a USB stick 💾</h1> @@ -25,7 +26,7 @@ <p>Burning an ISO onto a USB stick on Linux is very easy, and you only need to use a few commands!</p> <hr> <h2>What you will need 📋</h2> - <ul> + <ul> <li>A USB drive</li> <li>A computer with Linux 🐧🖥</li> <li>The ability to read instructions and to follow them 🧠</li> @@ -61,7 +62,7 @@ <p>After following all of these steps, your USB should have the ISO image burned into it. I hope this has helped you burn a Linux or BSD distro to a USB!</p> <hr> <center> - <pre text-align=center> <a href="../../linuxlist">Back</a> + <pre text-align=center> <a href="../../linuxlist">Back</a> </main> </body> </html> |