| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <title>Spartan Predictions</title> |
| <meta charset="utf-8" /> |
| <link rel="icon" href="%sveltekit.assets%/favicon.png" /> |
| <meta name="description" content="Spartan Predictions" /> |
| <meta name="viewport" content="width=device-width" /> |
| <meta |
| name="google-signin-client_id" |
| content="715898418036-8lm9oo7tnu44hmnh7j5pjfr1r1cp3789.apps.googleusercontent.com" |
| /> |
| %sveltekit.head% |
| </head> |
| <!-- Google tag (gtag.js) --> |
| <script async src="https://www.googletagmanager.com/gtag/js?id=G-1Q4X7F0XTJ"></script> |
| <script> |
| window.dataLayer = window.dataLayer || []; |
| function gtag(){dataLayer.push(arguments);} |
| gtag('js', new Date()); |
| |
| gtag('config', 'G-1Q4X7F0XTJ'); |
| </script> |
| <div>%sveltekit.body%</div> |
| </body> |
| |
| </html> |