Skip to content

Commit

Permalink
It says immediately after the script but hey
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Feb 24, 2024
1 parent bea43f5 commit c4ceff7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z9ZN3S7XRE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-Z9ZN3S7XRE");
</script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand All @@ -12,16 +22,6 @@
/>
<title>jsbeeb - Javascript BBC Micro emulator</title>
<link rel="shortcut icon" href="/favicon.ico" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z9ZN3S7XRE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-Z9ZN3S7XRE");
</script>
</head>

<body>
Expand Down

0 comments on commit c4ceff7

Please sign in to comment.