salva-la-costanera/index.html

15 lines
470 B
HTML
Raw Normal View History

2021-06-27 14:49:56 +00:00
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
2021-07-06 21:51:47 +00:00
<link rel="icon" type="image/png" href="/src/assets/Rio_iconito.png" />
2021-06-27 14:49:56 +00:00
<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>
2021-06-27 14:49:56 +00:00
<canvas id="juego" width="1280" height="720"></canvas>
2021-06-28 18:01:45 +00:00
<script type="module" src="/src/main.ts"></script>
2021-06-27 14:49:56 +00:00
</body>
</html>