@@ -0,0 +1,6 @@
const express = require('express');
const server = express();
server.use('/', express.static(__dirname + '/public'));
server.listen(8080);
The note is not visible to the blocked user.