Skip to content

Instantly share code, notes, and snippets.

@FluffyPira
Created January 30, 2015 16:33
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 FluffyPira/212ccd8d20116d10a554 to your computer and use it in GitHub Desktop.
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