Create gh-pages branch via GitHub

This commit is contained in:
alexyan 2014-11-26 14:09:34 +08:00
parent 0feb4e5e7d
commit 635a51bc33
2 changed files with 12 additions and 2 deletions

View File

@ -244,6 +244,16 @@
<p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<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-57129650-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>

File diff suppressed because one or more lines are too long