diff options
Diffstat (limited to 'public/tags')
| -rw-r--r-- | public/tags/index.html | 35 | ||||
| -rw-r--r-- | public/tags/index.xml | 11 |
2 files changed, 46 insertions, 0 deletions
diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..66a65a0 --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,35 @@ +<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> + + +<h1>Tags</h1> +<ul class="terms"> + +</ul> + + +© 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. + + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..38380b0 --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Tags on mjkw</title> + <link>https://mjkw.pl/tags/</link> + <description>Recent content in Tags on mjkw</description> + <generator>Hugo</generator> + <language>en-us</language> + <atom:link href="https://mjkw.pl/tags/index.xml" rel="self" type="application/rss+xml" /> + </channel> +</rss> |
