mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Making things a bit prettyer
This commit is contained in:
@@ -115,6 +115,7 @@ app.get('/static', function(req, res) {
|
||||
});
|
||||
|
||||
app.get('/legacy', function(req, res) {
|
||||
// TODO: make this ejs
|
||||
var f = utils.ReadFile(dataFile);
|
||||
var r = '<html><body bgcolor="#212127"><head><meta charset="UTF-8">';
|
||||
r += '<style>body { font: normal 14px Verdana; color: #999999;}</style>';
|
||||
|
||||
Reference in New Issue
Block a user