Skip to content

Commit

Permalink
chore: add gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
ngshiheng committed Jul 7, 2024
1 parent ac3e90f commit c532d54
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
Expand All @@ -13,8 +13,19 @@
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;700&display=swap" rel="stylesheet" />
<script src="https://kit.fontawesome.com/15181efa86.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/bulma.min.css" />
<script async src="https://umami.jerrynsh.com/script.js" data-website-id="9860fa16-de2e-4eaa-b0b4-f11c471ad4d6"></script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback" async defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6J3E1FBFRM"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())

gtag('config', 'G-6J3E1FBFRM')
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8667164348741019" crossorigin="anonymous"></script>
<script>
let sitekey = '0x4AAAAAAAAujdqolLL946vD'
let turnstileToken
Expand Down

0 comments on commit c532d54

Please sign in to comment.