Medium theme

This commit is contained in:
asktalk
2014-12-27 23:46:11 +08:00
parent 40973c4615
commit 4f102ff883
23 changed files with 1530 additions and 119 deletions

View File

@@ -0,0 +1,19 @@
{{template "header.html" .}}
<div id="postsContainer">
<div id="posts">
<div class="each-post">
<div class="title">
404 NOT FOUND
</div>
<div class="desc">
Sorry, We can't find this page.
</div>
</div>
</div>
</div>
{{template "footer.html" $}}
</body>
</html>