Add basic text and structure for site

This commit is contained in:
rebuilt 2022-10-03 02:27:40 -07:00
parent 4f2339709f
commit f617238594
17 changed files with 511 additions and 4 deletions

View file

@ -0,0 +1,3 @@
class TeamController < ApplicationController
def index; end
end