Update client.html

This commit is contained in:
yamanq 2016-03-11 18:15:43 -05:00
parent 3c203f307e
commit c59face625

View File

@ -1,6 +1,16 @@
<head> <head>
<title>AC/Health Schedule</title> <title>AC/Health Schedule</title>
<link rel="icon" sizes="32x32" href="/favicon.ico"> <link rel="icon" sizes="32x32" href="/favicon.ico">
<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-40611162-4', 'auto');
ga('send', 'pageview');
</script>
</head> </head>
<body> <body>