Filip Kujawa | 3a0fbf3 | 2023-03-31 14:25:26 -0700 | [diff] [blame^] | 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <title>Spartan Predictions</title> |
| 5 | <meta charset="utf-8" /> |
| 6 | <link rel="icon" href="%sveltekit.assets%/favicon.png" /> |
| 7 | <meta name="description" content="Spartan Predictions" /> |
| 8 | <meta name="viewport" content="width=device-width" /> |
| 9 | <meta |
| 10 | name="google-signin-client_id" |
| 11 | content="715898418036-8lm9oo7tnu44hmnh7j5pjfr1r1cp3789.apps.googleusercontent.com" |
| 12 | /> |
| 13 | %sveltekit.head% |
| 14 | </head> |
| 15 | <!-- Google tag (gtag.js) --> |
| 16 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-1Q4X7F0XTJ"></script> |
| 17 | <script> |
| 18 | window.dataLayer = window.dataLayer || []; |
| 19 | function gtag(){dataLayer.push(arguments);} |
| 20 | gtag('js', new Date()); |
| 21 | |
| 22 | gtag('config', 'G-1Q4X7F0XTJ'); |
| 23 | </script> |
| 24 | <div>%sveltekit.body%</div> |
| 25 | </body> |
| 26 | |
| 27 | </html> |