Skip to content

Instantly share code, notes, and snippets.

@FluffyPira
Created January 30, 2015 16:33
Show Gist options
  • Select an option

  • Save FluffyPira/212ccd8d20116d10a554 to your computer and use it in GitHub Desktop.

Select an option

Save FluffyPira/212ccd8d20116d10a554 to your computer and use it in GitHub Desktop.
require 'sinatra'
set :public_folder,File.dirname(__FILE__) + '/public'
run Sinatra::Application
get '/' do
send_file 'public/index.html'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment