blob: 62f2dabcf76737892e4613573bc093c16087ab55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<!DOCTYPE html>
<html lang=en-us>
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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>
<div class="body">
</div>
<footer style="vertical-align: bottom;">
<div style="display: block; margin-left:4em; margin-right:4em; 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>
|