fix: links support
This commit is contained in:
1
index.js
1
index.js
@@ -145,6 +145,7 @@ app.get("/cgi-bin/primarypage", async (req, res, next) => {
|
||||
|
||||
console.log(userData);
|
||||
|
||||
res.setHeader("content-type", "text/html");
|
||||
res.write(panelgenesis);
|
||||
res.write(`<p id="hello">haihoo, ${userData.identifier}</p>`);
|
||||
res.write("<table border=1 cellpadding=5 cellspacing=0><tbody><tr><th>name</th><th width=\"400px\">description</th><th>actions</th></tr>");
|
||||
|
||||
Reference in New Issue
Block a user