dockerfiles/dev/lapis-ultimate/test/views/notfound.moon

11 lines
181 B
Plaintext
Raw Normal View History

2015-02-09 05:43:10 +00:00
import Widget from require "lapis.html"
class UserInfo extends Widget
content: =>
center ->
h1 "Oops!"
p "Page not found!"
img src: "/static/img/404.png"