v1.0.0 - Initial release: registration, SendGrid email, Square payments, cashout, admin panel

This commit is contained in:
2026-05-10 14:45:49 -05:00
commit c70027f8fc
61 changed files with 11762 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<!-- Homepage / App -->
<url>
<loc>https://tomtomgames.com/</loc>
<lastmod><?= date('Y-m-d') ?></lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<!-- SEO Landing Page -->
<url>
<loc>https://tomtomgames.com/games/</loc>
<lastmod><?= date('Y-m-d') ?></lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>
</urlset>