Skip to content

Instantly share code, notes, and snippets.

@andyhawthorne
Created July 5, 2012 14:05
Show Gist options
  • Save andyhawthorne/3053853 to your computer and use it in GitHub Desktop.
Save andyhawthorne/3053853 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/' do
erb :"pages/index"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment