mirror of
https://github.com/transatoshi-mw/grin-web-wallet.git
synced 2025-10-07 00:02:47 +00:00
contents of zip
This commit is contained in:
15
sitemap.xml
Executable file
15
sitemap.xml
Executable 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>
|
Reference in New Issue
Block a user