Skip to content

Commit

Permalink
Merge pull request #9 from NGSpace/gtag
Browse files Browse the repository at this point in the history
add gtag
  • Loading branch information
NGSpace authored Aug 16, 2024
2 parents 5a8c964 + d9528a8 commit 6935bb1
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 3 deletions.
11 changes: 11 additions & 0 deletions HG.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<!DOCTYPE html>
<html>
<head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M0SCB1X0YP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-M0SCB1X0YP');
</script>

<link rel="scoresfxx" href="score.mp3">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
Expand Down
11 changes: 11 additions & 0 deletions Numbers.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<!DOCTYPE html>
<html>
<head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M0SCB1X0YP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-M0SCB1X0YP');
</script>

<title> Numbers! </title>
<link rel="stylesheet" href="Styles/numbers.css">
</head>
Expand Down
11 changes: 11 additions & 0 deletions ServerTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
<html>

<head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M0SCB1X0YP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-M0SCB1X0YP');
</script>

<meta charset="UTF-8">
<title>Quarkus Chat!</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.24.0/css/patternfly.min.css">
Expand Down
10 changes: 9 additions & 1 deletion Test.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@

<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M0SCB1X0YP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-M0SCB1X0YP');
</script>
<link rel="scoresfxx" href="score.mp3">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="CB.css">
Expand Down
11 changes: 11 additions & 0 deletions skgen.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<!DOCTYPE html>
<html>
<head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M0SCB1X0YP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-M0SCB1X0YP');
</script>

<title>NGS Skript Generator</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
Expand Down
11 changes: 11 additions & 0 deletions wiki/base.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<!doctype html>
<head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M0SCB1X0YP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-M0SCB1X0YP');
</script>

<meta charset="UTF-8" />
<title>Hudder wiki</title>
<script>
Expand Down Expand Up @@ -156,6 +166,7 @@ <h1>Explore</h1>
</div>
<div id="contents">
<h1 id="welcome">You shouldn't be seeing this page!!!</h1>
That's what I get for having my open source
<h1 id="welcome">Welcome to the hudder wiki!</h1>

Hudder is a minecraft mod which allows you to create your own, highly
Expand Down
2 changes: 0 additions & 2 deletions wiki/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<!DOCTYPE html>

<head>
<title>Hudder wiki</title>
<script src="base.js"></script>
<meta charset="UTF-8">
</head>

<body>
<h1>Welcome to the hudder wiki!</h1>

Expand Down

0 comments on commit 6935bb1

Please sign in to comment.