diff options
author | Olivier Roques <olivier@oroques.dev> | 2020-08-01 23:19:40 +0200 |
---|---|---|
committer | Olivier Roques <olivier@oroques.dev> | 2020-08-02 00:31:40 +0200 |
commit | 398eda4992ad73531f39595776c007014b3020c3 (patch) | |
tree | c52e5fdef0a7c07eaccc538ad4f95c558db5d692 /layouts/404.html | |
parent | 74bfd79303ba8776e3b9d02f125a6c93eef9d2b5 (diff) |
Add sass files
Diffstat (limited to 'layouts/404.html')
-rw-r--r-- | layouts/404.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html index e69de29..163dae0 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -0,0 +1,6 @@ +{{ define "main" }} +<div class="container"> + <h1>404 Error</h1> + <p>Page does not exist.</p> +</div> +{{ end }} |