about summary refs log tree commit diff
path: root/compose/nginx/main/archive.html
diff options
context:
space:
mode:
Diffstat (limited to 'compose/nginx/main/archive.html')
-rw-r--r--compose/nginx/main/archive.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/compose/nginx/main/archive.html b/compose/nginx/main/archive.html
new file mode 100644
index 0000000..4acb7ec
--- /dev/null
+++ b/compose/nginx/main/archive.html
@@ -0,0 +1,48 @@
+<!doctype html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <title>dyniec - Archives</title>
+    <link rel="stylesheet" href="./style.css" />
+  </head>
+  <body>
+    <aside>
+      <div>
+	<a href="./">
+	  <img src="./images/profile.webp" alt="dyniec's website" title="dyniec's website">
+	</a>
+	
+	<nav>
+          <h1> <a href="./">Home</a> </h1>
+	  <ul>
+	  </ul>
+	  
+	  <h1> Links </h1>
+	  <ul>
+	    <li> <a href="https://github.com/dyniec">GitHub </a> </li>
+	    <li> <a href="https://git.dybiec.info/dyniec">My git </a> </li>
+	  </ul>
+	</nav>
+	
+      </div>	
+    </aside>
+    <main>
+      <div id="content">
+        <h1>Archives</h1>
+        Here you can find all my previous posts:
+<ul>
+    
+</ul>
+
+
+	
+      </div>
+      <footer>
+        Site proudly generated by
+        <a href="http://jaspervdj.be/hakyll">Hakyll</a>
+      </footer>
+    </main>
+  </body>
+</html>