diff options
author | Adam Stück <adam@adast.dk> | 2023-05-22 22:35:41 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-05-22 22:35:41 +0200 |
commit | 5aa9d9038919533481e10976f3f7f9c90531a81a (patch) | |
tree | e9dc2d84c650b0613341447aeb9b66aecd603686 /build/sitemap.xml | |
parent | 27b1a9ef24b7edcf529b1c54a81025634e0185a5 (diff) |
Add build manifest
Diffstat (limited to 'build/sitemap.xml')
-rw-r--r-- | build/sitemap.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/sitemap.xml b/build/sitemap.xml new file mode 100644 index 0000000..c536f0a --- /dev/null +++ b/build/sitemap.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<urlset +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" +xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> +<url><loc>https://arena.adast.dk/index.html</loc><lastmod>2023-05-22</lastmod><priority>1.0</priority></url> +</urlset> |