mirror of https://github.com/reiyua/reiyua.lol.git
Add Google Analytics Tag
This commit is contained in:
parent
72aacb5cad
commit
6277687589
|
@ -1,6 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YFGH7MLHJ1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-YFGH7MLHJ1');
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>reiyua</title>
|
||||
|
|
Loading…
Reference in New Issue