Added some more scaffolding to the project to get going; added Foundation css to start with styles
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
class GameData < Sinatra::Base
|
||||
get '/' do
|
||||
return 'Test.'
|
||||
erb :'index/index', locals: {
|
||||
title: 'Test!!!',
|
||||
results: []
|
||||
}
|
||||
end
|
||||
|
||||
# more routes...
|
||||
|
Reference in New Issue
Block a user