|
1 | 1 | <html> |
2 | 2 | <head> |
3 | | -<!-- Google Tag Manager --> |
4 | | -<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
5 | | -new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
6 | | -j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
7 | | -'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
8 | | -})(window,document,'script','dataLayer','GTM-WJFC3QP');</script> |
9 | | -<!-- End Google Tag Manager --> |
| 3 | +<!-- Global site tag (gtag.js) - Google Analytics --> |
| 4 | +<script async src="https://www.googletagmanager.com/gtag/js?id=G-JBF2M8YCKP"></script> |
| 5 | +<script> |
| 6 | + window.dataLayer = window.dataLayer || []; |
| 7 | + function gtag(){dataLayer.push(arguments);} |
| 8 | + gtag('js', new Date()); |
| 9 | + |
| 10 | + gtag('config', 'G-JBF2M8YCKP'); |
| 11 | +</script> |
| 12 | + |
10 | 13 | <title>WordleSpace</title> |
11 | 14 | <meta name="description" content="Filter the Wordle word-space with letter clues."> |
12 | 15 | <link href="https://www.powerlanguage.co.uk/wordle/images/wordle_logo_32x32.png" rel="icon" sizes="3232" /> |
|
474 | 477 | </style> |
475 | 478 | </head> |
476 | 479 | <body> |
477 | | -<!-- Google Tag Manager (noscript) --> |
478 | | -<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WJFC3QP" |
479 | | -height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
480 | | -<!-- End Google Tag Manager (noscript) --> |
481 | 480 | <h1>WordleSpace</h1> |
482 | 481 | Word space explorer that follows the Wordle hint rules |
483 | 482 | <div class="inputBoxes"> |
|
0 commit comments