diff --git a/app.js b/app.js index 52f02b6..8eeb71e 100644 --- a/app.js +++ b/app.js @@ -15,7 +15,7 @@ app.use(bodyParser.urlencoded({extended:false})) app.get('/', function (req, res) { res.render('index', { - title: 'BackSpace Academy & Elastic Beanstalk' + title: 'BackSpace Academy & Elastic Beanstalk V2' }) res.status(200).end(); }) diff --git a/static/app/css/app.css b/static/app/css/app.css index 5a20fec..75bd756 100644 --- a/static/app/css/app.css +++ b/static/app/css/app.css @@ -1,3 +1,3 @@ .jumbotron { - background-color: Lime; + background-color: Red; }