19 lines
289 B
HTML
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>
|