diff --git a/public/home/archive/index.html b/public/home/archive/index.html index 25d88e1..becf8ed 100644 --- a/public/home/archive/index.html +++ b/public/home/archive/index.html @@ -8,6 +8,7 @@ + diff --git a/public/home/clients/index.html b/public/home/clients/index.html index 09daa87..d06fd68 100644 --- a/public/home/clients/index.html +++ b/public/home/clients/index.html @@ -8,6 +8,7 @@ + diff --git a/public/home/downloads/index.html b/public/home/downloads/index.html index d1f0e6f..66628da 100644 --- a/public/home/downloads/index.html +++ b/public/home/downloads/index.html @@ -8,6 +8,7 @@ + diff --git a/public/home/game/index.html b/public/home/game/index.html index 35c3200..40ff347 100644 --- a/public/home/game/index.html +++ b/public/home/game/index.html @@ -8,6 +8,7 @@ + diff --git a/public/index.html b/public/index.html index e1edd88..d4f7c68 100644 --- a/public/index.html +++ b/public/index.html @@ -21,6 +21,7 @@ + diff --git a/public/mods/client/index.html b/public/mods/client/index.html index 19c90f6..cb2292b 100644 --- a/public/mods/client/index.html +++ b/public/mods/client/index.html @@ -8,6 +8,7 @@ + diff --git a/public/mods/mods/index.html b/public/mods/mods/index.html index fbbe73c..d4c6e06 100644 --- a/public/mods/mods/index.html +++ b/public/mods/mods/index.html @@ -8,6 +8,7 @@ + diff --git a/public/mods/resourcepacks/index.html b/public/mods/resourcepacks/index.html index 00acd6a..4df6833 100644 --- a/public/mods/resourcepacks/index.html +++ b/public/mods/resourcepacks/index.html @@ -8,6 +8,7 @@ + diff --git a/public/servers/index.html b/public/servers/index.html index 53657fb..de5766c 100644 --- a/public/servers/index.html +++ b/public/servers/index.html @@ -8,6 +8,7 @@ + diff --git a/public/settings/index.html b/public/settings/index.html index 060f64b..afaa294 100644 --- a/public/settings/index.html +++ b/public/settings/index.html @@ -8,6 +8,7 @@ + diff --git a/public/updates/index.html b/public/updates/index.html index cb40c55..b9132be 100644 --- a/public/updates/index.html +++ b/public/updates/index.html @@ -8,6 +8,7 @@ + diff --git a/src/resources/scripts/adsense.ts b/src/resources/scripts/adsense.ts new file mode 100644 index 0000000..9ba71ae --- /dev/null +++ b/src/resources/scripts/adsense.ts @@ -0,0 +1,6 @@ +// @ts-nocheck +const script = document.createElement('script'); +script.async = true; +script.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1132419379737567'; +script.crossOrigin = 'anonymous'; +document.head.appendChild(script);