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.
20 lines
731 B
HTML
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 — 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>
|