Skip to content

Instantly share code, notes, and snippets.

@adamwiggins
Created April 2, 2010 06:28
Show Gist options
  • Save adamwiggins/352837 to your computer and use it in GitHub Desktop.
Save adamwiggins/352837 to your computer and use it in GitHub Desktop.
require "sinatra"
get "/" do
erb :index
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment