diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 17:58:53 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-04-25 22:34:35 -0400 |
| commit | 1f78b34072693e94eb4e5ae0db1e8d7bc60807b2 (patch) | |
| tree | 0c4968e703d8da4ae6e8f3a4fbe4f5c4aed22252 /static/sitemap.xml | |
initial commit based on seamlessupdate.app
Diffstat (limited to 'static/sitemap.xml')
| -rw-r--r-- | static/sitemap.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/sitemap.xml b/static/sitemap.xml new file mode 100644 index 00000000..066565fd --- /dev/null +++ b/static/sitemap.xml @@ -0,0 +1,9 @@ +<?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> +</urlset> |
