Skip to content

Commit

Permalink
Add Google Analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkesteloot committed Nov 5, 2024
1 parent a91165c commit 01207eb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/trs80-cassette-webapp/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<html>

<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PRCQT25RPV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PRCQT25RPV');
</script>
<meta charset="UTF-8">
<title>TRS-80 Cassette Reader</title>
<link href="main.css?v=3" rel="stylesheet" type="text/css">
Expand Down
8 changes: 8 additions & 0 deletions packages/trs80-ide/src/index-template.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GV9Z2JHX5D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GV9Z2JHX5D');
</script>
<meta charset="utf-8">
<title><%= htmlWebpackPlugin.options.title %></title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300|Roboto+Mono|Roboto:100,400,700&display=block" rel="stylesheet">
Expand Down

0 comments on commit 01207eb

Please sign in to comment.