<?xml version="1.0" encoding="UTF-8"?>
<!-- Two URLs is the whole site as far as search is concerned: the app itself,
     and the write-up of the models behind it. Shared recipes under /r/ are
     unlisted and disallowed in robots.txt, so they are deliberately absent.

     science.html is the reason this file exists. Nothing links to it that a
     crawler can follow: the only link lives inside the About modal in App.jsx,
     which React renders after a click, so a crawler that never opens the modal
     never finds the page.

     No lastmod: neither page is generated, so any date here would go stale and
     be worse than saying nothing. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://proportion.beer/</loc>
  </url>
  <url>
    <loc>https://proportion.beer/science.html</loc>
  </url>
</urlset>
