class SiteController < ApplicationController
  def home
  end

  def about
  end

  def download
  end

  def footer
  end

  def terms
  end
end
