<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, deliberately.

  The site is a single page with a hash router: a film lives at
  /#/film/<id>, and everything after the # is never sent to the server
  and is not a separate URL as far as a crawler is concerned. Listing
  forty of them would be listing forty aliases for this one page, which
  search engines ignore at best and treat as duplicate content at worst.

  What this file IS for: telling Google the page exists and when it last
  changed, so the stale listing from the previous site — the one still
  showing an /contact URL that no longer exists — gets recrawled.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.adamkudur.com/</loc>
    <lastmod>2026-08-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
