Skip to content

Commit

Permalink
Removed google analytics scripts
Browse files Browse the repository at this point in the history
Relates #177
  • Loading branch information
maxgerber committed Jun 8, 2018
1 parent b5fda07 commit 9e15f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<title>Blue Cross</title>
<meta charset="UTF-8">
Expand All @@ -9,15 +10,14 @@
<script type="text/javascript" src="elm.js"></script>
<link rel="stylesheet" href="style.min.css" />
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115437362-1"></script>
<script src="ga.js"></script>

</head>

<body>
<script>
var app = Elm.Main.fullscreen();
</script>
<script type="text/javascript" src="ie.js"></script>
<script type="text/javascript" src="photos.js"></script>
</body>

</html>

0 comments on commit 9e15f4b

Please sign in to comment.