diff --git a/assets/css/main_style.css b/assets/css/main_style.css index 5f3f0bf..3753913 100644 --- a/assets/css/main_style.css +++ b/assets/css/main_style.css @@ -31,7 +31,7 @@ background-image: url(/assets/sm_back.jpg); .divtab{ position: relative; - + margin-top: 17vh; } diff --git a/index.js b/index.js index c4021ce..bc8503b 100644 --- a/index.js +++ b/index.js @@ -55,7 +55,7 @@ app.get('/assets/*', function(req, res){ app.post('/',function(req,res){ if( req.body.name === 'Simon' && req.body.pass === 'password' || - req.body.name === 'Suxxi' && req.body.pass === 'GSGSpandau' + req.body.name === 'Alpha' && req.body.pass === 'passwordfisch' ){ req.session.name = req.body.name req.session.pass = req.body.pass diff --git a/views/index.hbs b/views/index.hbs index a28bf6f..f8c239a 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -6,9 +6,7 @@ -
- - +
@@ -19,6 +17,7 @@ Gold Class Aktion + Album Exp {{#instances}} @@ -28,6 +27,7 @@ {{gold}} {{class}} {{currentAction}} + {{/instances}}