<?xml version="1.0" encoding="UTF-8"?>
<!--
  The app is a hash router, so every surface shares one crawlable document.
  Only the root is listed: a crawler that indexed "/#/rules" would record a
  duplicate of "/" under a second URL, because the fragment never reaches the
  server. The rules content is reachable from the landing page's own links.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://simulationlab.dev/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
