summaryrefslogtreecommitdiff
path: root/public/categories/index.html
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-09 06:01:30 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-09 06:01:30 +0100
commit545820ff4f6dc45e1608934197d9f9e8db264958 (patch)
treecc0d029d50d965e7921bedd70139e7c47531a3a9 /public/categories/index.html
parent9a007052feaf814343c345162faa75cac664a9b1 (diff)
fix: remove public files
Diffstat (limited to 'public/categories/index.html')
-rw-r--r--public/categories/index.html56
1 files changed, 0 insertions, 56 deletions
diff --git a/public/categories/index.html b/public/categories/index.html
deleted file mode 100644
index 45b0ba1..0000000
--- a/public/categories/index.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<!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:20em; margin-right:20em; font-size: 10pt">
- <center>
-
- © Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.
-
- </center>
- </div>
-</footer>
-</body>
-</html>
-