mirror of https://github.com/reiyua/reiyua.lol.git
Add Google Analytics tag to index.html
This commit is contained in:
parent
d767678094
commit
79b8553d08
11
index.html
11
index.html
|
@ -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">
|
||||
<title>reiyua</title>
|
||||
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
|
||||
|
@ -12,4 +21,4 @@
|
|||
<p>This is my personal website.</p>
|
||||
<p>This is currently under construction.</p>
|
||||
<p>Please check back soon.</p>
|
||||
</body>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue