diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-04 19:16:42 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-04 19:16:42 +0100 |
commit | ab41be00ede879e57608d05044d268098fb820a3 (patch) | |
tree | 54705b0065c11b8d95b4d9ceb80f5a29bbd48710 /dst/sitemap.xml | |
parent | 80f69003909e1f4362cd1bd4289668fd60d65820 (diff) |
Website redesign
Diffstat (limited to 'dst/sitemap.xml')
-rw-r--r-- | dst/sitemap.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dst/sitemap.xml b/dst/sitemap.xml new file mode 100644 index 0000000..88c1b19 --- /dev/null +++ b/dst/sitemap.xml @@ -0,0 +1,15 @@ +<?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://adast.xyz/uses.html</loc><lastmod>2023-03-04</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/resume.html</loc><lastmod>2023-03-04</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/2023-02-log.html</loc><lastmod>2023-03-04</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/projects.html</loc><lastmod>2023-03-04</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/arena.html</loc><lastmod>2023-03-04</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/donate.html</loc><lastmod>2023-03-04</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/services.html</loc><lastmod>2023-03-04</lastmod><priority>1.0</priority></url> +<url><loc>https://adast.xyz/index.html</loc><lastmod>2023-03-04</lastmod><priority>1.0</priority></url> +</urlset> |