Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bhb
Created November 20, 2008 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhb/27247 to your computer and use it in GitHub Desktop.
Save bhb/27247 to your computer and use it in GitHub Desktop.
require 'sinatra'
get "/" do
"<h1>Your files, sir.</h1>"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment