mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-01 20:29:06 +01:00
modifed litespeed/mariadb/powerdns/phpmyadmin/rainloop download URL to mirror for improve chinese network download speed.
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')
|
|
|