18 lines
605 B
XML
18 lines
605 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
|
<url>
|
|
<loc>https://grapheneos.org/</loc>
|
|
<priority>1.0</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://grapheneos.org/donate</loc>
|
|
<priority>0.5</priority>
|
|
</url>
|
|
<url>
|
|
<loc>https://grapheneos.org/contact</loc>
|
|
<priority>0.1</priority>
|
|
</url>
|
|
</urlset>
|