site/views/notfound.moon

9 lines
213 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!"
p "We couldn't find that page for you! If you see this page in error please let us know!"