Sinatra doesn’t know this ditty.

Try this:
# in application_controller.rb
class WebsiteController
  get '/ref003a.html' do
    "Hello World"
  end
end