pugixml/_includes/footer.html
Arseny Kapoulkine 42348f6a81 Almost ready to replace the main site!
Applied CSS readability fixes - the font is very small on Windows.
Fleshed out header/footer - added support information, better links, etc.
Added license page because people like to know the licensing terms.
2014-11-10 21:48:07 +01:00

20 lines
731 B
HTML

</section>
<footer>
<p>Maintained by <a href="https://github.com/zeux">Arseny Kapoulkine</a></p>
<p><small>Hosted on GitHub &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</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-954596-3");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>