UNPKG

web-servo

Version:

Node HTTP web server that can execute node JS scripts

11 lines 270 B
<html> <head> <title>Page test</title> <script src="/client.js"></script> </head> <body> <h1>Test</h1> <p>This page is served by Web-Servo!</p> <button onclick="check();">Click here to execute client side Javascript</button> </body> </html>