mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Add tracking code
This commit is contained in:
parent
edbfe4e15f
commit
59b5e66ff7
1 changed files with 9 additions and 1 deletions
|
|
@ -4,6 +4,14 @@
|
|||
<title>Water.css</title>
|
||||
<link rel='stylesheet' href='https://cdn.jsdelivr.net/gh/kognise/water.css@master/water.min.css'>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src='https://www.googletagmanager.com/gtag/js?id=UA-116663597-6'></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || []
|
||||
function gtag(){dataLayer.push(arguments)}
|
||||
gtag('js', new Date())
|
||||
gtag('config', 'UA-116663597-6')
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Water.css</h1>
|
||||
|
|
@ -50,4 +58,4 @@
|
|||
<input type='submit'>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue