Sinatra doesn’t know this ditty.

Try this:
# in playcone.rb
class PlayCone
  get '/types/core/null.html' do
    "Hello World"
  end
end