add google analytics
This commit is contained in:
parent
bbb2f62f1b
commit
85698a8835
@ -6,6 +6,14 @@
|
|||||||
<title><%= title %> | modules.</title>
|
<title><%= title %> | modules.</title>
|
||||||
<link href="/css/styles.css" rel="stylesheet">
|
<link href="/css/styles.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYEEKTVVK2"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-FYEEKTVVK2');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-900">
|
<body class="bg-slate-900">
|
||||||
<header class="sticky top-0 bg-slate-900 z-50">
|
<header class="sticky top-0 bg-slate-900 z-50">
|
||||||
|
@ -6,6 +6,14 @@
|
|||||||
<title><%= title %></title>
|
<title><%= title %></title>
|
||||||
<link href="/css/styles.css" rel="stylesheet">
|
<link href="/css/styles.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYEEKTVVK2"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-FYEEKTVVK2');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-900">
|
<body class="bg-slate-900">
|
||||||
<header class="sticky top-0 bg-slate-900 z-50">
|
<header class="sticky top-0 bg-slate-900 z-50">
|
||||||
|
@ -6,6 +6,14 @@
|
|||||||
<title><%= title %></title>
|
<title><%= title %></title>
|
||||||
<link href="/css/styles.css" rel="stylesheet">
|
<link href="/css/styles.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYEEKTVVK2"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-FYEEKTVVK2');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-900">
|
<body class="bg-slate-900">
|
||||||
<header class="sticky top-0 bg-slate-900 z-50">
|
<header class="sticky top-0 bg-slate-900 z-50">
|
||||||
|
@ -6,6 +6,14 @@
|
|||||||
<title><%= app.name %> | modules.</title>
|
<title><%= app.name %> | modules.</title>
|
||||||
<link href="/css/styles.css" rel="stylesheet">
|
<link href="/css/styles.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYEEKTVVK2"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-FYEEKTVVK2');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-900">
|
<body class="bg-slate-900">
|
||||||
<header class="sticky top-0 bg-slate-900 z-50">
|
<header class="sticky top-0 bg-slate-900 z-50">
|
||||||
|
@ -6,6 +6,14 @@
|
|||||||
<title>Download <%= name %> | modules.</title>
|
<title>Download <%= name %> | modules.</title>
|
||||||
<link href="/css/styles.css" rel="stylesheet">
|
<link href="/css/styles.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYEEKTVVK2"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-FYEEKTVVK2');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-900">
|
<body class="bg-slate-900">
|
||||||
<header class="sticky top-0 bg-slate-900 z-50">
|
<header class="sticky top-0 bg-slate-900 z-50">
|
||||||
|
@ -6,6 +6,14 @@
|
|||||||
<title><%= module.name %> | modules.</title>
|
<title><%= module.name %> | modules.</title>
|
||||||
<link href="/css/styles.css" rel="stylesheet">
|
<link href="/css/styles.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYEEKTVVK2"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-FYEEKTVVK2');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-900">
|
<body class="bg-slate-900">
|
||||||
<header class="sticky top-0 bg-slate-900 z-50">
|
<header class="sticky top-0 bg-slate-900 z-50">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user