diff options
| author | Kamran Ahmed <kaahmed@altayer.com> | 2019-06-21 22:52:51 +0400 |
|---|---|---|
| committer | Kamran Ahmed <kaahmed@altayer.com> | 2019-06-21 22:52:51 +0400 |
| commit | 8167db5969275306d2c32df851c1c39be5d16cb1 (patch) | |
| tree | 30f9c3fd77daa217d12bb8097de347561ce9bd46 /public | |
| parent | Update chrome extension build (diff) | |
| download | githunt-8167db5969275306d2c32df851c1c39be5d16cb1.tar.gz | |
Remove service worker
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/public/index.html b/public/index.html index afec8e4..91a551e 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,6 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="theme-color" content="#000000"> - <link rel="manifest" href="%PUBLIC_URL%/manifest.json"> <link rel="shortcut icon" href="%PUBLIC_URL%/img/favicon.ico"> <title>GitHunt – Trending Github Repositories</title> </head> @@ -13,15 +12,5 @@ You need to enable JavaScript to run this app. </noscript> <div id="root"></div> - -<!-- Global site tag (gtag.js) - Google Analytics --> -<script async src="https://www.googletagmanager.com/gtag/js?id=UA-58155965-3"></script> -<script> - window.dataLayer = window.dataLayer || []; - function gtag(){dataLayer.push(arguments);} - gtag('js', new Date()); - - gtag('config', 'UA-58155965-3'); -</script> </body> </html> |
