<?xml version="1.0" encoding="UTF-8"?>
<!--
  FLOE is a single-page daily game: there is exactly ONE indexable URL. The
  day's board is chosen from the player's local clock, not from a path, and
  replay links live in the #fragment (never sent to a server and never
  crawlable), so there are no per-day or per-rung URLs to list. Keep this file
  a single entry unless real routes are ever added.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://floe.day/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
