004 : Node 004

Balthazar:

Change title of web page to "Pong".

game.html: Basic HTML file
<head> <title>Canvas Game</title> <title>Pong</title> <link rel="stylesheet" type="text/css" href="style.css" /> <script type='text/javascript' src="script.js"></script> </head>

GOTO 007