UNPKG

profoundjs

Version:

Profound.js Framework and Server

11 lines (5 loc) 131 B
// Display Hello World message using HTML function hello() { pjs.display("pjssamples/hello.html"); } exports.run = hello;