<?xml version="1.0" encoding="UTF-8"?>
<!--
  One entry, and that is honest: HiMania is a single-page app. Every screen is
  behind a login and rendered client-side, so there is no second URL a crawler
  could usefully fetch. A sitemap padded with routes that all return the same
  HTML would be worse than this one.

  It exists so robots.txt has something to point at and so Search Console has a
  submittable URL — which is what gets a stale entry recrawled rather than
  waiting weeks for Google to come back on its own.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://himania.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
