diff --git a/index.js b/index.js index dc80a9f..ff949ca 100755 --- a/index.js +++ b/index.js @@ -84,14 +84,15 @@ async function inviteres(req,res){ return JSON.stringify(s); } html=` - + + ${htmlEnc(title)} - + ` res.type('html'); res.send(html);