You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | <!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Stroll</title>
    <link rel="stylesheet" href="style.css">
    <script src="recursive-macro.js"></script>
    <script src="game.js"></script>
  </head>
  <body>
    <div id=log>
      It's a nice day for a walk.
    </div>
    <div id=height></div>
    <div id=mass></div>
    <div id=Person></div>
    <div id=Car></div>
    <div id=Bus></div>
    <div id=House></div>
  </body>
</html>
 |