Skip to content

Commit

Permalink
Add Analytics
Browse files Browse the repository at this point in the history
Added Google Analytics Code and Verification
  • Loading branch information
YC committed Dec 29, 2014
1 parent f883305 commit 27c5848
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<!DOCTYPE html>
<!--/*License at http://github.com/cfws/coming-soon*/-->
<html>
<head>
<meta charset="utf-8"> <!--Define Metadata Charset-->
<link href='http://fonts.googleapis.com/css?family=Quicksand:300' rel='stylesheet' type='text/css'> <!--Define Google Fonts-->
<head>
<meta name="google-site-verification" content="7FggGYhpbU11DrQ9--hxwjlvIPXdCfj5g17MQ0pAfyA" /><!--Webmaster Tools Verify-->
<meta charset="utf-8"> <!--Define Metadata Charset-->
<link href='http://fonts.googleapis.com/css?family=Quicksand:300' rel='stylesheet' type='text/css'> <!--Define Google Fonts-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Expand Down Expand Up @@ -280,5 +281,15 @@ <h2>Our website is currently under construction. </h2>
<div id="progress"><div id="fill"><div id="barpercent"><h3>40%</h3></div></div></div>
</div> <!--End Page Container-->
<footer><a href="http://github.com/cfws/coming-soon">Powered by coming-soon</a></footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-45591811-2', 'cfws.github.io');
ga('send', 'pageview');

</script>
</body>
</html>
</html>

0 comments on commit 27c5848

Please sign in to comment.