feature: Dashboard mockup

This commit is contained in:
Keith Solomon
2025-05-24 17:04:00 -05:00
parent fc6793df06
commit 4fce9ab108
4 changed files with 2332 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ var router = express.Router();
/* GET home page. */
router.get('/', function(req, res, next) {
res.render('index', { title: 'Express' });
res.render('index', { title: 'Playwright Dashboard' });
});
module.exports = router;