mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 15:16:18 +00:00
move gtag and scripts
This commit is contained in:
21
index.html
21
index.html
@@ -8,18 +8,19 @@
|
|||||||
<link rel="manifest" href="./app.webmanifest">
|
<link rel="manifest" href="./app.webmanifest">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="./style.css" type="text/css">
|
<link rel="stylesheet" href="./style.css" type="text/css">
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6R79TC88DQ"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-6R79TC88DQ');
|
||||||
|
</script>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script src="./script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<!-- Google tag (gtag.js) -->
|
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6R79TC88DQ"></script>
|
|
||||||
<script>
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
|
||||||
function gtag(){dataLayer.push(arguments);}
|
|
||||||
gtag('js', new Date());
|
|
||||||
|
|
||||||
gtag('config', 'G-6R79TC88DQ');
|
|
||||||
</script>
|
|
||||||
<!-- Google tag (gtag.js) -->
|
|
||||||
<script type="text/javascript" src="./script.js"></script>
|
|
||||||
<body>
|
<body>
|
||||||
<div class="bar">
|
<div class="bar">
|
||||||
<div class="barItem"><h1>neon443</h1></div>
|
<div class="barItem"><h1>neon443</h1></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user