Skip to content

Commit 0786760

Browse files
feat: re-introduce google analytics to see if the site is needed
1 parent 90e5629 commit 0786760

File tree

7 files changed

+79
-2
lines changed

7 files changed

+79
-2
lines changed

docs/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@
1919
<meta property="og:site_name" content="Arx Fatalis Mods and Tools" />
2020
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
2121
<link rel="stylesheet" href="/style.css" media="screen" />
22+
23+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-46PP2G9DHR"></script>
24+
<script>
25+
window.dataLayer = window.dataLayer || [];
26+
function gtag() {
27+
dataLayer.push(arguments);
28+
}
29+
gtag("js", new Date());
30+
31+
gtag("config", "G-46PP2G9DHR");
32+
</script>
2233
</head>
2334
<body>
2435
<header>

editor/index.html

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Arx Fatalis Browser Editor</title>
5+
<title>Arx Fatalis Browser Editor POC</title>
66
<link rel="stylesheet" href="style.css" />
7+
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-46PP2G9DHR"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag() {
12+
dataLayer.push(arguments);
13+
}
14+
gtag("js", new Date());
15+
16+
gtag("config", "G-46PP2G9DHR");
17+
</script>
718
</head>
819
<body>
920
<h1>Arx Fatalis Browser Editor</h1>

index.html

+11
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
<meta property="og:site_name" content="Arx Fatalis Mods and Tools" />
1414
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
1515
<link rel="stylesheet" href="/style.css" media="screen" />
16+
17+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-46PP2G9DHR"></script>
18+
<script>
19+
window.dataLayer = window.dataLayer || [];
20+
function gtag() {
21+
dataLayer.push(arguments);
22+
}
23+
gtag("js", new Date());
24+
25+
gtag("config", "G-46PP2G9DHR");
26+
</script>
1627
</head>
1728
<body>
1829
<header>

maps/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
<meta property="og:site_name" content="Arx Fatalis Mods and Tools" />
1414
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
1515
<link rel="stylesheet" href="/style.css" media="screen" />
16+
17+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-46PP2G9DHR"></script>
18+
<script>
19+
window.dataLayer = window.dataLayer || [];
20+
function gtag() {
21+
dataLayer.push(arguments);
22+
}
23+
gtag("js", new Date());
24+
25+
gtag("config", "G-46PP2G9DHR");
26+
</script>
1627
</head>
1728
<body>
1829
<header>

mods/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
<meta property="og:site_name" content="Arx Fatalis Mods and Tools" />
1414
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
1515
<link rel="stylesheet" href="/style.css" media="screen" />
16+
17+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-46PP2G9DHR"></script>
18+
<script>
19+
window.dataLayer = window.dataLayer || [];
20+
function gtag() {
21+
dataLayer.push(arguments);
22+
}
23+
gtag("js", new Date());
24+
25+
gtag("config", "G-46PP2G9DHR");
26+
</script>
1627
</head>
1728
<body>
1829
<header>

pocs/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@
1616
<meta property="og:site_name" content="Arx Fatalis Mods and Tools" />
1717
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
1818
<link rel="stylesheet" href="/style.css" media="screen" />
19+
20+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-46PP2G9DHR"></script>
21+
<script>
22+
window.dataLayer = window.dataLayer || [];
23+
function gtag() {
24+
dataLayer.push(arguments);
25+
}
26+
gtag("js", new Date());
27+
28+
gtag("config", "G-46PP2G9DHR");
29+
</script>
1930
</head>
2031
<body>
2132
<header>

tools/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@
1919
<meta property="og:site_name" content="Arx Fatalis Mods and Tools" />
2020
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
2121
<link rel="stylesheet" href="/style.css" media="screen" />
22+
23+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-46PP2G9DHR"></script>
24+
<script>
25+
window.dataLayer = window.dataLayer || [];
26+
function gtag() {
27+
dataLayer.push(arguments);
28+
}
29+
gtag("js", new Date());
30+
31+
gtag("config", "G-46PP2G9DHR");
32+
</script>
2233
</head>
2334
<body>
2435
<header>

0 commit comments

Comments
 (0)