<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the paths a visitor with no account can open. Everything else is
  Disallowed in robots.txt; listing a URL in both contradicts the pair.

  No <lastmod>: /privatnost and /uslovi are regenerated by
  build-static-shells.ts on every deploy regardless of whether their copy
  changed, so a per-path date there would state when the file was last
  written, not when the page last changed — worse than no date at all. The
  other three paths below (/, /dobrodosli, /proba) resolve to dobrodosli.html
  and proba.html, hand-edited files copied through unchanged; git already
  records when their content actually last changed, so a date here would
  only restate that. <changefreq> and <priority> are ignored by Google.

  /dobrodosli is the app's own URL for the root; both are live and both are
  linked from outside, so both are listed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://zvezdan.app/</loc>
  </url>
  <url>
    <loc>https://zvezdan.app/dobrodosli</loc>
  </url>
  <url>
    <loc>https://zvezdan.app/proba</loc>
  </url>
  <url>
    <loc>https://zvezdan.app/privatnost</loc>
  </url>
  <url>
    <loc>https://zvezdan.app/uslovi</loc>
  </url>
</urlset>
