<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, and that is not an oversight. This is a single-page application
  whose every other route is behind a sign-in; listing them would be asking a
  crawler to index the same document under ten addresses.

  The three languages are the same URL: the words are chosen in the browser
  from the visitor's own locale, so there is nothing separate to point at.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://appli.lat/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="pt" href="https://appli.lat/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://appli.lat/" />
    <xhtml:link rel="alternate" hreflang="es" href="https://appli.lat/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://appli.lat/" />
  </url>
</urlset>
