<?xml version="1.0" encoding="UTF-8"?>
<!--
  LitePic sitemap.

  One URL, because there is one page: index.php is the whole site and the FAQ is
  <details> markup inside it, not separate documents. upload.php is a POST-only
  endpoint, and /uploads/ + /compressed/ are private and short-lived — all three
  are disallowed in robots.txt.

  No <lastmod>: it would have to be edited by hand on every deploy, and a lastmod
  that is quietly wrong is worse than none — search engines that catch it once
  stop trusting the field. <changefreq> and <priority> are omitted for the same
  reason; Google has ignored both for years.

  The host is written out because this is a static file and cannot read SITE_URL.
  tests/test_config.php asserts the two agree.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://litepic.ir/</loc>
    </url>
</urlset>
