Skip to content

Commit

Permalink
Add plausible; Link to source
Browse files Browse the repository at this point in the history
  • Loading branch information
danstewart committed Feb 1, 2022
1 parent 8db1fc6 commit 3276dc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<script type="module" src="./build/js/game.js"></script>
<script src="https://unpkg.com/@ungap/custom-elements"></script>

<script defer data-domain="wordle.danstewart.xyz" src="https://stats.danstewart.xyz/js/plausible.js"></script>
</head>

<body>
Expand Down
6 changes: 6 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<link rel="stylesheet" href="./css/main.css">

<script type="module" src="./build/js/index.js"></script>

<script defer data-domain="wordle.danstewart.xyz" src="https://stats.danstewart.xyz/js/plausible.js"></script>
</head>

<body>
Expand Down Expand Up @@ -61,6 +63,10 @@ <h1><a id="header" href="/">Custom Wordle</a></h1>
</div>
</div>

<div style="position: absolute; bottom: 0; margin-bottom: 15px">
<a href="https://github.com/danstewart/custom-wordle">Source Code</a>
</div>

</div>
</body>
</html>

0 comments on commit 3276dc2

Please sign in to comment.