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/projects/writing/weeklybyte/weeklybyte.html | |
parent | 7ef03c449fc051b5fdf91f2d203af7b8696ea3cf (diff) |
Changed all files to .html and new post!
Diffstat (limited to 'public/projects/writing/weeklybyte/weeklybyte.html')
-rw-r--r-- | public/projects/writing/weeklybyte/weeklybyte.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/public/projects/writing/weeklybyte/weeklybyte.html b/public/projects/writing/weeklybyte/weeklybyte.html new file mode 100644 index 0000000..326133a --- /dev/null +++ b/public/projects/writing/weeklybyte/weeklybyte.html @@ -0,0 +1,31 @@ +<!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>Weekly Byte</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> + <h2>Weekly Byte </h2> + <p>Sadly I do not do this anymore, I did enjoy doing it but I will be honest school and study kinda took over. Might resume in 2026.</p> + <li><a href="2024/issue00WB.html">Issue 0</a></li> + <li><a href="2024/issue01WB.html">Issue 1</a></li> + <li><a href="2024/issue02WB.html">Issue 2</a></li> + </main> + </body> +</html> + |