Files
Allan Eising e0ff5ca760 First commit
2015-10-27 21:15:36 +01:00

8 lines
128 B
Ruby

class Hastighedstest < Sinatra::Base
not_found do
@pagetitle = "Page not found"
haml :notfound
end
end