diff options
| author | Kenimarru <[email protected]> | 2024-01-06 14:17:55 +0100 |
|---|---|---|
| committer | Kenimarru <[email protected]> | 2024-01-06 14:17:55 +0100 |
| commit | e9b252fcfd7b1ca475c6f55dd4f33fdab6e90bfe (patch) | |
| tree | e400be6f1cdda77c03df1b1fa9189968bb3e0359 /public/sitemap_index.xml | |
| parent | v0.1.0 (diff) | |
| download | hiruku-e9b252fcfd7b1ca475c6f55dd4f33fdab6e90bfe.tar.xz hiruku-e9b252fcfd7b1ca475c6f55dd4f33fdab6e90bfe.zip | |
v0.2.0
Diffstat (limited to 'public/sitemap_index.xml')
| -rw-r--r-- | public/sitemap_index.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/sitemap_index.xml b/public/sitemap_index.xml new file mode 100644 index 0000000..c80692b --- /dev/null +++ b/public/sitemap_index.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + <url> + <loc>https://hiruki.xyz</loc> + <lastmod>2024-01-06</lastmod> + <changefreq>always</changefreq> + <priority>1</priority> + </url> + <url> + <loc>https://hiruki.xyz/dmca</loc> + <lastmod>2024-01-06</lastmod> + <changefreq>always</changefreq> + <priority>0.8</priority> + </url> +</urlset>
\ No newline at end of file |