dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_ticky_tacky_dark
mirror of
https://github.com/kc0bfv/ticky_tacky_dark.git
summary
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Fix 404 thing and README
Karl
18.17.2019
41aa0b45dc1e93ce78d959b10d7e38e1397377fa
[external-software/github_gohugo_theme_ticky_tacky_dark.git]
/
layouts
/
404.html
1
2
3
4
5
6
7
{{ define "main" }}
<div class="col-12 col-sm-5"></div>
<div class="col-12 col-sm-7">
<h1>404</h1>
<p>Content Not Found
</div>
{{ end }}