diff --git a/static/img/404.png b/static/img/404.png new file mode 100644 index 0000000..33c3bb6 Binary files /dev/null and b/static/img/404.png differ diff --git a/views/notfound.moon b/views/notfound.moon index 232d136..7e72458 100644 --- a/views/notfound.moon +++ b/views/notfound.moon @@ -7,4 +7,6 @@ class UserInfo extends Widget p "Page not found!" - raw [[]] + div style: "position:relative", -> + div style: "position:absolute; top:50%;", -> + img src: "/static/img/404.png"