Added Google analytics.
This commit is contained in:
parent
8935f4a284
commit
f902858830
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
<title>Emaily for Android</title>
|
||||||
<link rel="stylesheet" href="includes/bootstrap.min.css">
|
<link rel="stylesheet" href="includes/bootstrap.min.css">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
@ -15,7 +16,8 @@
|
||||||
margin-bottom: 1.5rem
|
margin-bottom: 1.5rem
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<title>Emaily for Android</title>
|
<script>window.ga = window.ga || function () { (ga.q = ga.q || []).push(arguments) }; ga.l = +new Date; ga('create', 'UA-20827507-1', 'auto'); ga('send', 'pageview');</script>
|
||||||
|
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue