<!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> <title>Webcomment</title> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/webcomment.js"></script> </head> <body> <div id="comments"></div> <script type="text/javascript">webcomment_topic("comments", "http://127.0.0.1:31720", "test");</script> </body> </html>