diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -6,7 +6,15 @@ | |||
6 | <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> | 6 | <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> |
7 | <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> | 7 | <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> |
8 | <link href="favicon.ico" rel="shortcut icon"> | 8 | <link href="favicon.ico" rel="shortcut icon"> |
9 | <!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "7ccfe016c47b4674856be3f666f69798"}'></script><!-- End Cloudflare Web Analytics --> | 9 | <!-- Global site tag (gtag.js) - Google Analytics --> |
10 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z3C2284WQJ"></script> | ||
11 | <script> | ||
12 | window.dataLayer = window.dataLayer || []; | ||
13 | function gtag(){dataLayer.push(arguments);} | ||
14 | gtag('js', new Date()); | ||
15 | |||
16 | gtag('config', 'G-Z3C2284WQJ'); | ||
17 | </script> | ||
10 | <style> | 18 | <style> |
11 | div.body { | 19 | div.body { |
12 | background-color: #fff; | 20 | background-color: #fff; |