mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-12 18:43:47 +00:00
chore(*): Add google analytics
This commit is contained in:
+25
-4
@@ -1,6 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YEGQWDCN08"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-YEGQWDCN08');
|
||||
</script>
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon-32x32.png" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
@@ -9,9 +21,15 @@
|
||||
name="description"
|
||||
content="A free and open source web app designed to assist scrum teams in performing estimations quickly and with minimal effort through estimation poker (AKA planning poker). Also includes the ability to throw emoji at each other."
|
||||
/>
|
||||
<meta property="og:title" content="Estimation Poker - A free scrum estimation planning poker tool" />
|
||||
<meta
|
||||
property="og:title"
|
||||
content="Estimation Poker - A free scrum estimation planning poker tool"
|
||||
/>
|
||||
<meta property="og:url" content="https://estimationpoker.jcreek.co.uk" />
|
||||
<meta property="og:description" content="A free and open source web app designed to assist scrum teams in performing estimations quickly and with minimal effort through estimation poker (AKA planning poker). Also includes the ability to throw emoji at each other." />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="A free and open source web app designed to assist scrum teams in performing estimations quickly and with minimal effort through estimation poker (AKA planning poker). Also includes the ability to throw emoji at each other."
|
||||
/>
|
||||
<link rel="canonical" href="https://estimationpoker.jcreek.co.uk" />
|
||||
<link rel="apple-touch-icon" href="%sveltekit.assets%/apple-touch-icon.png" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
@@ -57,8 +75,11 @@
|
||||
background-color: var(--opposite-background-color);
|
||||
}
|
||||
</style>
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5812114745839139"
|
||||
crossorigin="anonymous"></script>
|
||||
<script
|
||||
async
|
||||
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5812114745839139"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
</head>
|
||||
<body
|
||||
data-sveltekit-preload-data="hover"
|
||||
|
||||
Reference in New Issue
Block a user