<?xml version="1.0" encoding="UTF-8"?>
<!-- Single-page app → foreløpig én URL. -->
<!-- The http:// URIs below are XML namespace + schema identifiers (defined literally by W3C and the
     sitemaps.org protocol — crawlers match the string exactly); they are NOT fetched links and must stay
     http. The only real link, <loc>, is https. So the unencrypted-protocol inspection is suppressed here. -->
<!--suppress XmlHighlighting, HttpUrlsUsage -->
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    <url>
        <loc>https://atlasaurus.online/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
</urlset>
