Avalanche Game prototype. Built with Rails.

start_controller.rb 114B

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