Skip to content

Commit

Permalink
add analytics
Browse files Browse the repository at this point in the history
* need analytics to see if its worth updating
  • Loading branch information
Harry Moreno committed May 21, 2024
1 parent 52ce047 commit 3528b1c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
<head>
<meta charset="utf-8">
<script src="bundle.js"></script>

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

gtag('config', 'UA-42985946-1');
</script>

<style type="text/css">
#input {
width: 100%;
Expand Down Expand Up @@ -39,4 +50,4 @@ <h1 style="text-align: center">SQL Obfuscator</h1>
<h2>Result</h2>
<p id="translation"></p>
</body>
</html>
</html>

0 comments on commit 3528b1c

Please sign in to comment.