contents of zip

This commit is contained in:
transatoshi
2024-12-20 18:08:44 -08:00
parent aeb2b99db7
commit f03ed73d2b
261 changed files with 208197 additions and 0 deletions

15
sitemap.xml Executable file
View File

@@ -0,0 +1,15 @@
<?php
// Main function
// Set content type header
header("Content-Type: text/xml; charset=" . mb_internal_encoding());
?><?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://<?= rawurlencode($_SERVER["SERVER_NAME"]); ?>/</loc>
<changefreq>yearly</changefreq>
<priority>1.0</priority>
</url>
</urlset>