no more automatic refresh thats a little too cursed on mobile

This commit is contained in:
ewin 2025-05-09 01:10:17 -04:00
parent d02c5acd4a
commit ebbf2c6ec8
Signed by: erin
SSH key fingerprint: SHA256:clvLPaxKthBet+VUQTKQdDkjaqg2/KnYHQaPASp5pFE

View file

@ -9,7 +9,6 @@ createServer(async (request, response) => {
} else { } else {
response.writeHead(200, { response.writeHead(200, {
'content-type': 'text/html', 'content-type': 'text/html',
'refresh': '30', // lfmoa
}).end( }).end(
`<pre>${ `<pre>${
(await readFile('a.txt', {flag: 'a+', encoding: 'utf8'})) (await readFile('a.txt', {flag: 'a+', encoding: 'utf8'}))