diff options
Diffstat (limited to 'layouts/404.html')
-rwxr-xr-x | layouts/404.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html new file mode 100755 index 0000000..70e40c1 --- /dev/null +++ b/layouts/404.html | |||
@@ -0,0 +1,14 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | {{ partial "header.html" . }} | ||
4 | <body> | ||
5 | <div class="content"> | ||
6 | {{ partial "head.html" . }} | ||
7 | <p align="center"> | ||
8 | <b>404</b> │ Nothing here | ||
9 | </p> | ||
10 | {{ partial "footer.html" . }} | ||
11 | </div> | ||
12 | </body> | ||
13 | </html> | ||
14 | |||