Delete server.js
Browse files
server.js
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
const http = require('http');
|
2 |
-
|
3 |
-
|
4 |
-
http.createServer((req, res) => {
|
5 |
-
|
6 |
-
res.writeHead(200, {'Content-Type': 'text/html'});
|
7 |
-
|
8 |
-
res.end('<html><body><b><marquee>KING Alya<marquee></b></body></html>');
|
9 |
-
|
10 |
-
}).listen(7860, () => {
|
11 |
-
|
12 |
-
console.log('Server listening on port 7860');
|
13 |
-
|
14 |
-
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|