@@ -0,0 +1,10 @@
var express = require('express');
// Create our app
var app = express();
app.use(express.static('public'));
app.listen(3000, function () {
console.log('Express server is up on port 3000');
});
The note is not visible to the blocked user.