diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-24 12:14:24 +0100 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-24 12:14:24 +0100 |
commit | afe4ae9b7cc2e92f6d45746345a07187c99c2528 (patch) | |
tree | 4d5a9a14b1f0b8c9e03ef6f852af5078350f240f /public/articals/linux/media/01BurningIsos | |
parent | e3755046bcb50082742ff1d393b077bc8974e309 (diff) |
articles
Diffstat (limited to 'public/articals/linux/media/01BurningIsos')
-rw-r--r-- | public/articals/linux/media/01BurningIsos | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/public/articals/linux/media/01BurningIsos b/public/articals/linux/media/01BurningIsos new file mode 100644 index 0000000..82cfd87 --- /dev/null +++ b/public/articals/linux/media/01BurningIsos @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Mounting USBs 🔌</title> + <link rel="stylesheet" href="../../../styles.css"> + <link rel="icon" href="../../../Images/favi.png" type="image/x-icon"> +</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> + </header> + <main class="description"> + <h1>How to mount a USB in Linux 🔌</h1> + <h3>Date: 24-08-2024</h3> + <hr> + <hr> + <center> + <pre text-align=center> <a href="../../linuxlist">Back</a> + </main> +</body> +</html> + |