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
Add simple figure style for content class (#130)
Piotr Januszewski
07.30.2019
12b4246e299206f763da72f044e03f493863f368
[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>