diff options
author | garhve <git@garhve.com> | 2022-11-30 02:08:18 +0800 |
---|---|---|
committer | garhve <git@garhve.com> | 2022-11-30 02:08:18 +0800 |
commit | 75c6ce6874878f2ff1b9f59e8ff59a65b6c093c5 (patch) | |
tree | c6aabb02d67f29ffa190fd030ccd35b811994250 /sitemap.xml |
blog init
Diffstat (limited to 'sitemap.xml')
-rw-r--r-- | sitemap.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..9942680 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + + <sitemap> + <loc>https://blog.garhve.com/en/sitemap.xml</loc> + + </sitemap> + + <sitemap> + <loc>https://blog.garhve.com/cn/sitemap.xml</loc> + + </sitemap> + +</sitemapindex> |