diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-06 10:01:38 +0100 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-06 10:01:38 +0100 |
commit | acbe35967e38911fa3c1d336269e89ef1138f9e2 (patch) | |
tree | f35318c02c6e69f84d161ca93e523b859515bf91 /public/articals/archlist | |
parent | 4d9e7b1eace094c17a0876b3686c170cfbda1684 (diff) |
Linux files
Diffstat (limited to 'public/articals/archlist')
-rw-r--r-- | public/articals/archlist | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/public/articals/archlist b/public/articals/archlist deleted file mode 100644 index d5ec90b..0000000 --- a/public/articals/archlist +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Arch Linux index</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>Arch Linux articles</h1> - <p>Due to the fact I plan to write more articles about <a href""https://archlinux.org>Arch Linux</a> I have decided to make an index to preper for the future when I do write more.</p> - <section class="posts"> - <h2>Tutorials</h2> - <ul> - <li>21-07-2024 - <a href="arch/1CleaningArchLinux">How to clean Arch Linux</a></li> - </ul> - </main> -</body> -</html> - |