Skip to content

Commit bf36ece

Browse files
committed
fix: replace ga by plausible
1 parent fc8e20b commit bf36ece

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

index.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109578378-3"></script>
5-
<script>
6-
window.dataLayer = window.dataLayer || [];
7-
function gtag(){dataLayer.push(arguments);}
8-
gtag('js', new Date());
9-
10-
gtag('config', 'UA-109578378-3');
11-
</script>
124
<meta charset="utf-8">
135
<title>HTMLHint - The Static Code Analysis Tool you need for your HTML</title>
146
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -17,6 +9,8 @@
179
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
1810
<link href="css/index.css" rel="stylesheet">
1911
<link rel="canonical" href="https://htmlhint.com">
12+
<script defer data-domain="htmlhint-playground.netlify.app" src="https://plausible.io/js/script.hash.outbound-links.pageview-props.tagged-events.js"></script>
13+
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
2014
</head>
2115
<body>
2216
<div class="container-narrow">
@@ -87,7 +81,7 @@ <h3 class="muted">HTMLHint <span id="ver"></span></h3>
8781
<span id="hint-state"></span>
8882
<div id="button-area"><button id="show-last" class="btn btn-mini btn-primary" type="button" title="Ctrl + Left">Previous</button> <button id="show-next" class="btn btn-mini btn-primary" type="button" title="Ctrl + Right">Next</button></div>
8983
</div>
90-
84+
9185
<div id="options">
9286
<div class="row-fluid">
9387
<div class="span3">
@@ -172,7 +166,7 @@ <h3>Other</h3>
172166
<script src="js/csslint.js"></script>
173167
<script src="js/jshint.js"></script>
174168
<script src="js/index.js"></script>
175-
<!--[if lte IE 8]>
169+
<!--[if lte IE 8]>
176170
<script src="js/ie-warning.js"></script>
177171
<![endif]-->
178172
</body>

0 commit comments

Comments
 (0)