Bootstrap all the things
This commit is contained in:
commit
f4b4108ffc
19 changed files with 487 additions and 0 deletions
15
layouts/404.html
Normal file
15
layouts/404.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
{{ partial "header" . }}
|
||||
|
||||
<main>
|
||||
|
||||
<div class="intro">
|
||||
|
||||
<h1>¯\_(ツ)_/¯</h1>
|
||||
|
||||
<h2>Page not found</h2>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
{{ partial "footer" . }}
|
Loading…
Add table
Add a link
Reference in a new issue