site/views/notfound.moon

9 lines
213 B
Plaintext

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!"