Files
leanote/public/blog/themes/default/404.html
2014-11-12 18:54:42 +08:00

19 lines
289 B
HTML

{{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>