Copied over some styles from the PHP project

This commit is contained in:
2022-09-25 00:59:05 -04:00
parent d71d78319a
commit c4286373e3
6 changed files with 98 additions and 3 deletions

View File

@ -1,3 +1,5 @@
exports.getIndex = function(req, res) {
res.render('index');
res.render('index', {
servers: [],
});
};