diff options
| author | Shipwreckt <me@shipwreckt.co.uk> | 2025-10-31 20:02:14 +0000 |
|---|---|---|
| committer | Shipwreckt <me@shipwreckt.co.uk> | 2025-10-31 20:02:14 +0000 |
| commit | 7a52ddeba2a68388b544f529d2d92104420f77b0 (patch) | |
| tree | 15ddd47457a2cb4a96060747437d36474e4f6b4e /public/projects/writing/weeklybyte/weeklybyte.html | |
| parent | 53d6ae2b5568437afa5e4995580a3fb679b7b91b (diff) | |
Changed from static to 11ty!
Diffstat (limited to 'public/projects/writing/weeklybyte/weeklybyte.html')
| -rw-r--r-- | public/projects/writing/weeklybyte/weeklybyte.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/public/projects/writing/weeklybyte/weeklybyte.html b/public/projects/writing/weeklybyte/weeklybyte.html deleted file mode 100644 index 326133a..0000000 --- a/public/projects/writing/weeklybyte/weeklybyte.html +++ /dev/null @@ -1,31 +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>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> - |
