xxxxxxxxxx
<html>
<head>
<title>recurse center tic tac toe</title>
</head>
<link rel="stylesheet" type="text/css" href="style.css" />
<body>
<h1 id="message"></h1>
<canvas id="game"></canvas>
</body>
<script type="text/javascript" src="index.js"></script>
</html>