Medium theme
This commit is contained in:
19
public/blog/themes/medium/404.html
Normal file
19
public/blog/themes/medium/404.html
Normal 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>
|
||||
Reference in New Issue
Block a user