UNPKG

nic_training

Version:

Sample demos for training on nodejs

12 lines 187 B
<!DOCTYPE html> <html> <head> <title>hello node</title> </head> <body> <h1>Welcome to Nodejs program</h1> <div> <p>NOdeJs is simple and easy to use</p> </div> </body> </html>