summaryrefslogtreecommitdiff
path: root/public/categories/index.html
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-08 19:19:53 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-08 19:19:53 +0100
commitc0583006c60a11e3afdad65c4d02fb35bd23be41 (patch)
tree9fcfacd3099e6c69b7d0c31f18232f219aad055c /public/categories/index.html
parentc3bad296ca775ae19d6aff962dd093735073348f (diff)
feat: added a new post about the HP poster fair
Diffstat (limited to 'public/categories/index.html')
-rw-r--r--public/categories/index.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/public/categories/index.html b/public/categories/index.html
new file mode 100644
index 0000000..06fbcac
--- /dev/null
+++ b/public/categories/index.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html lang=en-us>
+ <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
+ <link rel="stylesheet" href="/css/style.css" />
+ <link rel="stylesheet" href="/css/fonts.css" />
+ <script async type="text/javascript" src="js/code.js"> </script>
+</head>
+
+ <header>
+ <img width="100em" height="100em" src="/images/logo.jpg" alt="my logo">
+ <div>
+ <h1>mjkw.pl</h1>
+ <ul>
+ <li>
+ <a href="/">home</a>
+ </li>
+ <li>
+ <a href="https://git.denounce.ai/">git.denounce.ai</a>
+ </li>
+ <li>
+ <a href="https://ohmyghost.nl">ohmyghost.nl</a>
+ </li>
+ <li>
+ <a href="https://atlarge-research.com/mkwiatkowski/">research</a>
+ </li>
+ <li>
+ <a href="/contact">contact me</a>
+ </li>
+</ul>
+
+
+ </div>
+ </header>
+
+
+<h1>Categories</h1>
+<ul class="terms">
+
+</ul>
+
+<footer style="vertical-align: bottom;">
+ <div style="display: block; margin-left:auto; margin-right:auto; font-size: 10pt">
+ <center>
+
+ © Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved.
+
+ </center>
+ </div>
+</footer>
+</body>
+</html>
+