Sinatra doesn’t know this ditty.

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