Sinatra doesn’t know this ditty.

Try this:
# in playcone.rb
class PlayCone
  get '/coneref/refcontrol.html' do
    "Hello World"
  end
end