mCaptcha/templates/sitemap.html

12 lines
341 B
HTML
Raw Normal View History

2021-07-21 19:45:52 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
2021-07-25 17:45:44 +03:00
<. for url in urls.iter(){ .>
<url>
<loc>http://<.= domain .><.= url .></loc>
<lastmod><.= crate::COMPILED_DATE .></lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<. } .>
2021-07-21 19:45:52 +03:00
</urlset>