fail
This commit is contained in:
parent
6a0863bd56
commit
91918047ad
1 changed files with 11 additions and 0 deletions
|
@ -2,6 +2,17 @@
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-11425746055">
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag() { dataLayer.push(arguments); }
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'AW-11425746055');
|
||||||
|
</script>
|
||||||
|
|
||||||
<link rel='stylesheet' href='index.css'>
|
<link rel='stylesheet' href='index.css'>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue