From e285643644d91786a12fc0f53a88f62504922607 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Thu, 5 Oct 2023 07:36:16 -0400 Subject: [PATCH 1/2] typo --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 185ff78..667c75d 100644 --- a/index.js +++ b/index.js @@ -8,10 +8,10 @@ async function main() { const server = new Server( (req, res) => { if (req.url === '/pfp.png') - req.writeHead(200, { 'Content-Type': 'image/png' }) + res.writeHead(200, { 'Content-Type': 'image/png' }) .end(pfp) else if (req.url === '/favicon.ico') - req.writeHead(200, { 'Content-Type': 'image/vnd.microsoft.icon' }) + res.writeHead(200, { 'Content-Type': 'image/vnd.microsoft.icon' }) .end(favicon) else res.writeHead(200, { 'Content-Type': 'text/html' }) From d3ba89b648b21b2479ced6d032c93bf66520786f Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Thu, 5 Oct 2023 10:12:13 -0400 Subject: [PATCH 2/2] reorder links --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2f36f8c..f168e56 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ + content="Mastodon: @syndicate@tams.tech; BlueSky: @techwork.zone; Chat: matrix.to/#/#tws:matrix.org; blog.techwork.zone; Source code: git.techwork.zone" /> Tech Workers' Syndicate