|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <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> |
12 | 4 | <meta charset="utf-8">
|
13 | 5 | <title>HTMLHint - The Static Code Analysis Tool you need for your HTML</title>
|
14 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
17 | 9 | <link href="css/bootstrap-responsive.min.css" rel="stylesheet">
|
18 | 10 | <link href="css/index.css" rel="stylesheet">
|
19 | 11 | <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> |
20 | 14 | </head>
|
21 | 15 | <body>
|
22 | 16 | <div class="container-narrow">
|
@@ -87,7 +81,7 @@ <h3 class="muted">HTMLHint <span id="ver"></span></h3>
|
87 | 81 | <span id="hint-state"></span>
|
88 | 82 | <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>
|
89 | 83 | </div>
|
90 |
| - |
| 84 | + |
91 | 85 | <div id="options">
|
92 | 86 | <div class="row-fluid">
|
93 | 87 | <div class="span3">
|
@@ -172,7 +166,7 @@ <h3>Other</h3>
|
172 | 166 | <script src="js/csslint.js"></script>
|
173 | 167 | <script src="js/jshint.js"></script>
|
174 | 168 | <script src="js/index.js"></script>
|
175 |
| - <!--[if lte IE 8]> |
| 169 | + <!--[if lte IE 8]> |
176 | 170 | <script src="js/ie-warning.js"></script>
|
177 | 171 | <![endif]-->
|
178 | 172 | </body>
|
|
0 commit comments