Skip to content

Instantly share code, notes, and snippets.

View IgnacioGans's full-sized avatar
🏠
Working from home

Ignacio Gutiérrez IgnacioGans

🏠
Working from home
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Space Canvas</title>
</head>
<body>
<h1>Juego de nave espacial con Canvas</h1>
<canvas id="spaceCanvas" width="300" height="300">
</canvas>
</body>