<?xml version="1.0" encoding="UTF-8"?>
<!--
  Four pages, written by hand, because there are four pages.

  THE URLS ARE EXTENSIONLESS AND THAT IS NOT A STYLE CHOICE. Cloudflare Pages
  strips `.html` and answers `/store.html` with a 308 to `/store`. Listing the
  `.html` form here would put a redirect in the sitemap and disagree with the
  `rel="canonical"` on every one of these pages, which is the one place a
  sitemap must not disagree with anything.

  `admin.html` is not listed because `.assetsignore` keeps it out of the build,
  and the operator site is a different host behind Cloudflare Access.

  No `<lastmod>`. A date that is not maintained is worse than no date — it
  teaches a crawler that this file lies about freshness. Add them only if
  something starts generating them from git.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://dinocarnage.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://dinocarnage.com/play</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://dinocarnage.com/early</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://dinocarnage.com/store</loc>
    <priority>0.5</priority>
  </url>
</urlset>
