diff --git a/play.html b/play.html index ccdfc51..4e8f845 100644 --- a/play.html +++ b/play.html @@ -3,13 +3,13 @@ - MOTIF - Play - + Check out this Gameboy tune — MOTIF + - - - + + + @@ -17,9 +17,9 @@ - - - + + + + + + Redirecting to the player… Tap here + + +`; + + res.setHeader('Content-Type', 'text/html; charset=utf-8'); + res.status(200).send(html); } catch (error) { console.error('Share resolve error:', error); const msg = error instanceof Error ? error.message : 'Resolve failed';