From 2cf3964118382cf5345b484424a0ec5e4d005e09 Mon Sep 17 00:00:00 2001 From: ewwwin Date: Thu, 8 May 2025 22:57:27 -0700 Subject: [PATCH] viewport meta for less terrible mobile experience --- shit.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shit.mjs b/shit.mjs index acf9874..612ad80 100644 --- a/shit.mjs +++ b/shit.mjs @@ -10,7 +10,7 @@ createServer(async (request, response) => { response.writeHead(200, { 'content-type': 'text/html', }).end( - `
${
+			`
${
 				(await readFile('a.txt', {flag: 'a+', encoding: 'utf8'}))
 					// ugh, fine, i'll html escape it. no xss for you
 					.replace(/[<>&'"]/g, match => ({