fix: links support

This commit is contained in:
2026-01-07 13:59:10 +01:00
parent a49ed233ec
commit ffdaee88e9

View File

@@ -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>");