Skip to content

Commit 47d27c0

Browse files
authored
Add favicon and Google Tag Manager scripts
1 parent 53bcfa4 commit 47d27c0

1 file changed

Lines changed: 30 additions & 2 deletions

File tree

404.html

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>404 -Not Found</title>
7+
<link rel="icon" type="image/png" id="favicon" href="/bloxcraft_transparent.png">
78
<style>
89
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap');
910

@@ -168,9 +169,36 @@
168169
bottom: -50px; right: -50px;
169170
}
170171
</style>
172+
<script type="application/ld+json">
173+
{
174+
"@context": "https://schema.org/",
175+
"@type": "WebSite",
176+
"name": "Bloxcraft UBG",
177+
"url": "/",
178+
"description": "The Unblocked Games Site For You To Play! Hundreds and Thousands of games and apps on your fingertips!"
179+
}
180+
</script>
181+
182+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
183+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
184+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
185+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
186+
})(window,document,'script','dataLayer','GTM-NQM8XR48');</script>
187+
188+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W0KXN0103E"></script>
189+
<script>
190+
window.dataLayer = window.dataLayer || [];
191+
function gtag(){dataLayer.push(arguments);}
192+
gtag('js', new Date());
193+
194+
gtag('config', 'G-W0KXN0103E');
195+
</script>
171196
</head>
172197
<body>
173198

199+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NQM8XR48"
200+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
201+
174202
<div class="orb orb-1"></div>
175203
<div class="orb orb-2"></div>
176204

@@ -183,9 +211,9 @@ <h1>OOPS! We Couldn't Find That Page.</h1>
183211

184212
<div class="buttons">
185213
<a href="/" class="btn btn-primary">Go Home</a>
186-
<a href="#" class="btn btn-secondary">Refresh</a>
214+
<a href="javascript:location.reload()" class="btn btn-secondary">Refresh</a>
187215
</div>
188216
</main>
189-
217+
<script src="/main-injection.js"></script>
190218
</body>
191219
</html>

0 commit comments

Comments
 (0)