Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BigHummus69 authored Oct 22, 2023
1 parent 1a1e752 commit 3332fcf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion actual/bitlife/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WH8X9Q5PW2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-WH8X9Q5PW2');
</script>

<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>BitLife - Life Simulator</title>
Expand Down Expand Up @@ -42,4 +52,4 @@
})(document, "script", "gamemonetize-mobile-api");
</script>
</body>
</html>
</html>

0 comments on commit 3332fcf

Please sign in to comment.