First public version

This commit is contained in:
2015-04-20 13:51:22 +03:00
parent f5bf3479b9
commit 445deabf58
26 changed files with 67 additions and 1056 deletions

View File

@@ -28,12 +28,16 @@
<div id="wrapper">
<ul>
<li><a href="./category/life.html">Life</a></li>
<li><a href="./category/misc.html">misc</a></li>
<li><a href="./category/python.html">Python</a></li>
</ul>
</div>
<script>
var _gaq=[['_setAccount','UA-62001537-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<script src="./theme/js/main.js"></script>
</body>
</html>