diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-08 14:48:33 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-08 14:48:33 +0100 |
commit | 649a4da4bf00a29b95aba817cdb169a8e984f82f (patch) | |
tree | f0df509d61648c0fa775883766798d6d2e96116c | |
parent | cfc70b8f2662e49ddf334621f42eebe3ee23828d (diff) | |
download | website-649a4da4bf00a29b95aba817cdb169a8e984f82f.tar.xz |
Add basic sitemap.xml
-rw-r--r-- | sitemap.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..e2c7a9d --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + <url> + <loc>https://theos.kyriasis.com/~kyrias/index.html</loc> + </url> + <url> + <loc>https://theos.kyriasis.com/~kyrias/contact.html</loc> + </url> + <url> + <loc>https://theos.kyriasis.com/~kyrias/blog.html</loc> + </url> +</urlset> |