summaryrefslogtreecommitdiff
path: root/public/posts/Temp
diff options
context:
space:
mode:
authorShipwreckt <shipwreckt@mailfence.com>2024-09-29 15:49:53 +0100
committerShipwreckt <shipwreckt@mailfence.com>2024-09-29 15:49:53 +0100
commit1d34f84c0fb226d9053513651cffb9a1160b703a (patch)
tree3fc048897f1d110b8d124d9164e33620285af186 /public/posts/Temp
parent195569fc7d72d7789c58b4e2f4beeea9ff4dbc61 (diff)
Big upgrade on the dwm page and some fixes on BSD page, I have also made a TEMP to use when making new posts
Diffstat (limited to 'public/posts/Temp')
-rw-r--r--public/posts/Temp39
1 files changed, 39 insertions, 0 deletions
diff --git a/public/posts/Temp b/public/posts/Temp
new file mode 100644
index 0000000..07fc2a4
--- /dev/null
+++ b/public/posts/Temp
@@ -0,0 +1,39 @@
+<!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>CHANGE</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>Title</h2>
+ <h3>Date: </h3>
+ <hr>
+ <h2>Introduction</h2>
+ <h2>What is X ?</h2>
+ <h2>Why X ?</h2>
+ <h3>What I like about X</h3>
+ <h3>What I dislike about X</h3>
+ <h2>Overview</h2>
+
+ <center><hr>
+ <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Linux">More Linux 🐧</a> | <a href="tags/BSD">More BSD 😈</a> | <a href="tags/Tech">More Tech 🧑‍💻</a> </pre>
+ </center>
+ </main>
+ </body>
+</html>
+