Browse Source

Update the look and feel

master
Nicolas Massé 7 years ago
committed by GitHub
parent
commit
fb20b1a718
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      server.js

2
server.js

@ -4,7 +4,7 @@ var router = express.Router();
var port = 8080;
// See https://www.w3schools.com/cssref/css_colors.asp
var color = "blue";
var color = "yellow";
router.use(function (req,res,next) {
next();

Loading…
Cancel
Save