pentagram/pentagram.rb

8 lines
131 B
Ruby

require 'rubygems'
require 'sinatra'
get '/' do
'Welcome to PentaGram, the best satanic photo-sharing site since MySpace.'
end