site/views/notfound.moon

11 lines
181 B
Plaintext
Raw Normal View History

2015-02-01 01:15:41 +00:00
import Widget from require "lapis.html"
class UserInfo extends Widget
content: =>
center ->
h1 "Oops!"
2015-02-01 07:49:30 +00:00
p "Page not found!"
2015-02-01 07:57:49 +00:00
img src: "/static/img/404.png"