diff --git a/applications/tempfiles/index.js b/applications/tempfiles/index.js index 31e43fa..cab9556 100644 --- a/applications/tempfiles/index.js +++ b/applications/tempfiles/index.js @@ -151,8 +151,7 @@ async function init () { }) router.get('/shorten', async (req, res) => { - res.send('

Basic URL Shortener

\ -
') + res.sendFile(path.join(__dirname, 'go.html')) }) router.post('/shorten', async (req, res) => {