Initial commit
This commit is contained in:
parent
89eaf19aa2
commit
113550eb8a
24 changed files with 1040 additions and 0 deletions
layouts
6
layouts/404.html
Normal file
6
layouts/404.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{ partial "header.html" . }}
|
||||
<h1>404</h1>
|
||||
<h2>
|
||||
Sorry, this page does not exist.
|
||||
</h2>
|
||||
{{ partial "footer.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue