Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-05-18 00:31:30 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-05-18 00:31:30 +0300
commitbc056918c55fdaaea457598c8e46d1a4bd8d3f66 (patch)
tree48bc6eb23441e91d2a9f47539b1041d1531794a1
parent417891ec644b29d124343ca6db505ff419b2f886 (diff)
add ga
-rw-r--r--index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html
index 18b0daf..a4789c3 100644
--- a/index.html
+++ b/index.html
@@ -121,6 +121,15 @@
<a href="https://github.com/cydrobolt/polr"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67"
alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
+ <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','https://www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-42873524-5', 'auto');
+ ga('send', 'pageview');
+ </script>
</body>
<!-- Inspired by Flask's website :) -->