salva-la-costanera/index.html

15 lines
438 B
HTML
Raw Normal View History

2021-06-27 14:49:56 +00:00
<!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>
<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>