Skip to content

Instantly share code, notes, and snippets.

@rosario
Created December 5, 2013 15:42
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 rosario/7807734 to your computer and use it in GitHub Desktop.
Save rosario/7807734 to your computer and use it in GitHub Desktop.
Site file, using the index.erb
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