1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

Create gh-pages branch via GitHub

This commit is contained in:
Ivan Grokhotkov
2015-11-21 22:36:46 +03:00
parent b0f685adfc
commit 03127aaa30
2 changed files with 12 additions and 2 deletions

View File

@ -59,6 +59,16 @@
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-70457723-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>