Skip to content

Instantly share code, notes, and snippets.

@hannahwhy
Created September 6, 2014 04:23
Show Gist options
  • Save hannahwhy/90d9781a2357b5a5a636 to your computer and use it in GitHub Desktop.
Save hannahwhy/90d9781a2357b5a5a636 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/proof*' do
status 200
'<html><body>Click it: <a href="proof/">Proof</a></body></html>'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment