summaryrefslogtreecommitdiff
path: root/public/articles/useful-links
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-11 13:18:45 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-11 13:18:45 +0100
commitc7f00446dcb0c56d0db38284977f4273d85e396c (patch)
treec482304fbb51921dfa7d942f051650064ec501c2 /public/articles/useful-links
parentff7f65e76e0b893f4e8f5049a4f9523b9c36d0ad (diff)
fix: trying to fix photos
Diffstat (limited to 'public/articles/useful-links')
-rw-r--r--public/articles/useful-links/index.html96
1 files changed, 96 insertions, 0 deletions
diff --git a/public/articles/useful-links/index.html b/public/articles/useful-links/index.html
new file mode 100644
index 0000000..01721a9
--- /dev/null
+++ b/public/articles/useful-links/index.html
@@ -0,0 +1,96 @@
+<!DOCTYPE html>
+<html lang="en-us">
+<head>
+ <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" />
+
+</head>
+<body>
+ <header>
+ <img width="100em" height="100em" src="/images/logo.jpg" alt="mjkw logo">
+<div>
+ <h1>mjkw.pl</h1>
+ <ul>
+ <li>
+ <a href="/">home</a>
+ </li>
+ <li>
+ <a href="/articles">articles</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>
+
+ <main>
+
+<div class="single">
+ <h2>Useful links</h2>
+ <h4> Published on 2025/07/26</h4>
+ <ol>
+<li>
+<p><a href="https://www.jwz.org">jwz.org</a></p>
+</li>
+<li>
+<p><a href="https://denshi.org">denshi.org</a></p>
+</li>
+<li>
+<p><a href="https://landchad.net">landchad.net</a></p>
+</li>
+<li>
+<p><a href="https://comfy.guide">comfy.guide</a></p>
+</li>
+<li>
+<p><a href="https://pad.envs.net/">pad.envs.net</a></p>
+</li>
+<li>
+<p><a href="https://envs.net/">envs.net</a></p>
+</li>
+<li>
+<p><a href="https://blog.orhun.dev/no-bullshit-file-hosting/">blog.orhun.dev</a></p>
+</li>
+<li>
+<p><a href="https://cs.stanford.edu/~knuth/index.html">cs.stanford.edu/~knuth</a></p>
+</li>
+<li>
+<p><a href="https://www.conventionalcommits.org/">conventionalcommits.org</a></p>
+</li>
+<li>
+<p><a href="https://www.unixdigest.com">unixdigest.com</a></p>
+</li>
+<li>
+<p><a href="https://stallman.org/">stallman.org</a></p>
+</li>
+<li>
+<p><a href="https://vintageapple.org/byte/">vintageapple.org</a></p>
+</li>
+</ol>
+
+</div>
+
+ </main>
+
+ <footer>
+
+© 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.
+
+
+ </footer>
+</body>
+</html>