diff options
Diffstat (limited to 'templates/pages/notfound.gohtml')
-rw-r--r-- | templates/pages/notfound.gohtml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/pages/notfound.gohtml b/templates/pages/notfound.gohtml index d1b6e85..4112bc9 100644 --- a/templates/pages/notfound.gohtml +++ b/templates/pages/notfound.gohtml @@ -1,5 +1,10 @@ {{template "layout.gohtml" .}} {{define "content"}} - <h1>Not found.</h1> - <p>Link expired or already viewed.</p> +<div class="flex content three"> + <div class="full off-third-800 third-800"> + <h1>Not found.</h1> + <p>Link expired or already viewed.</p> + <a href="/" class="button"><i class="icon-left-big"></i> Back</a> + </div> +</div> {{ end }} |