<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8" /> <!-- TODO: favicon --> <!-- <link rel="icon" type="image/svg+xml" href="favicon.svg" /> --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Salvá la costanera</title> </head> <body> <button id="full-screen">Pantalla completa</button> <canvas id="juego" width="1280" height="720"></canvas> <script type="module" src="/src/main.ts"></script> </body> </html>