This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |