blob: e1f97cbad6c95bb37267d28580f5a0f301bfd9b6 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Bubbles</title>
<link rel="stylesheet" type="text/css" href="styles.css" ></link>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div id="widgetWrapper">
<div id="hud"><span id="score">0</span><button id="newGame">new</button><span id="hiScore">0</span></div>
<div id="gameArea"></div>
</div>
<div id="dock">0</div>
</body>
<html>