cheeky lil repo link

This commit is contained in:
ewwwin 2025-05-08 23:28:52 -07:00 committed by GitHub
parent 2cf3964118
commit db9f6a1784
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ createServer(async (request, response) => {
'\'': ''',
'"': '"',
})[match])
}</pre><form><input type=text name=chat autofocus><button>send`
}</pre><a style="float:right" href="https://github.com/ewwwin/minimum-viable-chat">source</a><form><input type=text name=chat autofocus><button>send`
);
}
}).listen(process.env.PORT || 80, () => console.log(`hiiiii ^w^ hai hii :3`));