UNPKG

neelansh

Version:

Test npm file for testing nodejs npm first time

16 lines (15 loc) 255 B
<!DOCTYPE html> <html> <style> body{ background:lime; font-family:arial; } *{margin:50px;color:blue;} </style> <body> <h1>Welcome to the world of Node.js!</h1> <h2>You will be using npm!</h2> <p>New version is better!</p> </body> </html>