<?xml version="1.0" encoding="UTF-8"?>
<!-- One page, one entry. https://danksnake.com/ is the whole site: html/index.html
     carries the markup and, in a single <style> block, all of the CSS. Everything
     else under html/ is machinery that is no use to a crawler as a destination —
     six ES modules in assets/*.js (board, sim, render, input, net, page), the
     generated share card at IMG/og-card.png, robots.txt, this file, and a noindex
     error page that is kept out of here on purpose.

     lastmod is the committer date of the last commit that touched the backing
     file html/index.html: 8d68a29, 2026-09-11T17:25:14+00:00. It is not the day
     this file was last edited and it is never "today". A lastmod is a recrawl
     scheduling hint and nothing else, so it is only worth anything if it points
     at the day the page's content actually changed.

     test/sitemap-truth.test.cjs re-measures every claim above on each run: it
     resolves each <loc> to a file on disk, re-reads that committer date out of
     git and fails if a lastmod is older than it or is in the future, checks that
     every repo path named in this comment still exists, asserts the noindex
     error page is neither listed nor named, and then serves html/ over HTTP and
     fetches each <loc> the way a crawler would. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://danksnake.com/</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
