mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-18 05:22:06 +01:00
10 lines
293 B
JavaScript
10 lines
293 B
JavaScript
// console.log('myfirst.node Hello LiteSpeed Node JS')
|
|
|
|
response.write("<html>\r\n"
|
|
+ "<body>\r\n"
|
|
+ "Hello LiteSpeed from myfirst.node\r\n"
|
|
+ "</body>\r\n"
|
|
+ "</html>\r\n");
|
|
// console.log('myfirst.node Bye LiteSpeed Node JS')
|
|
|