mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
chore: add googletagmanager back
This commit is contained in:
parent
65143bdd3c
commit
a8c7861b22
1 changed files with 10 additions and 0 deletions
10
index.html
10
index.html
|
|
@ -30,6 +30,16 @@
|
||||||
/>
|
/>
|
||||||
<meta name="twitter:image" content="images/preview.png" />
|
<meta name="twitter:image" content="images/preview.png" />
|
||||||
|
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VJL3J26W7R"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag() {
|
||||||
|
dataLayer.push(arguments);
|
||||||
|
}
|
||||||
|
gtag("js", new Date());
|
||||||
|
gtag("config", "G-VJL3J26W7R");
|
||||||
|
</script>
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="images/icons/favicon-32x32.png" sizes="32x32" />
|
<link rel="icon" type="image/png" href="images/icons/favicon-32x32.png" sizes="32x32" />
|
||||||
<link rel="icon" type="image/png" href="images/icons/favicon-16x16.png" sizes="16x16" />
|
<link rel="icon" type="image/png" href="images/icons/favicon-16x16.png" sizes="16x16" />
|
||||||
<link rel="apple-touch-icon" href="images/icons/maskable_icon_x192.png" />
|
<link rel="apple-touch-icon" href="images/icons/maskable_icon_x192.png" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue