update source link

This commit is contained in:
ewin 2025-05-17 22:47:52 -04:00
parent 7ced703053
commit 4d5e7efd90
Signed by: erin
SSH key fingerprint: SHA256:swjoHhREbZPbWe+gyJNi24d4NAxJSyUIm3fpZj4z3wc

View file

@ -20,7 +20,7 @@ createServer(async (request, response) => {
'\'': ''',
'"': '"',
})[match])
}</pre><a style="float:right" href="https://github.com/ewwwin/minimum-viable-chat">source</a><form><input type=text name=chat autofocus><button>send`
}</pre><a style="float:right" href="https://git.ewin.moe/erin/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`));