We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa63cf9 commit f175e57Copy full SHA for f175e57
404.html
@@ -6,6 +6,15 @@
6
<title>404 - Page Not Found | GitHub Profile Finder</title>
7
<link rel="icon" type="image/png" href="assets/favicon-32x32.png">
8
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
9
+ <!-- Google tag (gtag.js) -->
10
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-NT1CD907W8"></script>
11
+<script>
12
+ window.dataLayer = window.dataLayer || [];
13
+ function gtag(){dataLayer.push(arguments);}
14
+ gtag('js', new Date());
15
+
16
+ gtag('config', 'G-NT1CD907W8');
17
+</script>
18
<style>
19
* {
20
margin: 0;
0 commit comments