more moving
[nodejsws.git] / examples / simple / purls / main_menu.js
diff --git a/examples/simple/purls/main_menu.js b/examples/simple/purls/main_menu.js
new file mode 100644 (file)
index 0000000..042b8a8
--- /dev/null
@@ -0,0 +1,8 @@
+function go(request, response, callback) {
+       console.log("in main_head.go");
+       response.write("<table><tr><th>menu</th><td>item1</td><td>item2</td><td>item3</td></tr></table>");
+       callback(request, response);
+       return;
+}
+
+exports.go = go;
\ No newline at end of file