final testing changes

This commit is contained in:
Vishal Vunnam
2024-04-10 22:22:01 -06:00
parent 3511102de1
commit e8760282a6
5 changed files with 330 additions and 58 deletions

View File

@@ -112,7 +112,7 @@ app.get('/', (req, res) => {
// Render login page for /login route
app.get('/login', (req, res) => {
res.render('pages/login');
res.render('pages/home');
});
// Trigger login form to check database for matching username and password

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<img src="./img/premie.jpg"
</body>
</html>