Sinatra doesn’t know this ditty.

Try this:
# in website.rb
class Website
  get '/technical/pdf' do
    "Hello World"
  end
end