<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="/__sitemap__/style.xsl"?>
<!--
    ローカル環境で`npm run generate`を実行すると、Nuxt.jsが自動的にサイトマップを生成する。
    しかし、形式が合わない（ベースURLが含まれていない）ため、手動で修正する必要がある。
-->
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"
    xmlns:xhtml="http://www.w3.org/1999/xhtml"
    xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
    xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
    xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
                        http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd"
    xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://applii.github.io/</loc>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://applii.github.io/about-cafe-app/</loc>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://applii.github.io/about-dev/</loc>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://applii.github.io/about-us/</loc>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://applii.github.io/contact/</loc>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://applii.github.io/newcomers/</loc>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://applii.github.io/template-page/</loc>
        <priority>0.1</priority>
    </url>
    <url>
        <loc>https://applii.github.io/theme-color/</loc>
        <priority>0.1</priority>
    </url>
</urlset>
<!-- XML Sitemap generated by @nuxtjs/sitemap v5.1.4 at 2024-05-04T01:41:11.231Z -->