dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_hugo-coder
mirror of
https://github.com/luizdepra/hugo-coder.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Post refactor to hold everything its own (#88)
Khosrow Moossavi
03.06.2018
4426c889fd5477117b900c33f1f96e110edf138d
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
partials
/
404.html
1
2
3
4
5
6
7
<section class="container centered">
<div class="error">
<h1>404</h1>
<h2>Page Not Found</h2>
<p>Sorry, this page does not exist.<br />You can head back to <a href="{{ .Site.BaseURL }}">homepage</a>.</p>
</div>
</section>