Nathan Woodburn
2e7f752ae2
- Added JavaScript snippet for handling Dark/Light mode switching - Updated meta tags to include Twitter image and Open Graph image for splash page - Created sitemap.xml file with URLs for home, setup, and usage pages
12 lines
520 B
XML
12 lines
520 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
|
<url>
|
|
<loc>https://firewallet.woodburn.au/</loc>
|
|
</url>
|
|
<url>
|
|
<loc>https://firewallet.woodburn.au/setup.html</loc>
|
|
</url>
|
|
<url>
|
|
<loc>https://firewallet.woodburn.au/usage.html</loc>
|
|
</url>
|
|
</urlset> |