diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2025-02-21 19:19:17 +0000 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2025-02-21 19:19:17 +0000 |
commit | 8bbdcbb2d0711134a68bd80ae541edbfb4f472ad (patch) | |
tree | 22f61dfa3335fbc7b96a11f06a6d0b7eb9988fa9 /public/articals/programminglist | |
parent | 7ef03c449fc051b5fdf91f2d203af7b8696ea3cf (diff) |
Changed all files to .html and new post!
Diffstat (limited to 'public/articals/programminglist')
-rw-r--r-- | public/articals/programminglist | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/public/articals/programminglist b/public/articals/programminglist deleted file mode 100644 index 982aaeb..0000000 --- a/public/articals/programminglist +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html> -<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>Internet 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> - <h1>Articles about programming</h1> - <p>Some random articles I have wrote about programming. There is more to come so keep an eye out!</p> - <section class="posts"> - <ul> - <li>15-08-2024 - <a href="programming/0HowToAct">How to act with Foss projects</a></li> - </ul> - </main> - </body> -</html> - |