UNPKG

appjs

Version:

AppJS is a SDK on top of nodejs to develop desktop applications using HTML/CSS/JS

11 lines (10 loc) 172 B
<!doctype html> <html> <head> <title>Hello World!</title> <link rel="stylesheet" href="style.css"> </head> <body> <h1>Hello World!</h1> </body> </html>