Avalanche Game prototype. Built with Rails.

start_controller.rb 110B

    class StartController < ApplicationController layout 'start' def index end def about end end