<!doctype html>
<!--Author: Morrison-->
<html lang="en">
<head>
<title>ballWorld</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="ballWorld.css"/>
<script src="ballWorld.js">
</script>
</head>
<body>
<h2>Canvas Template</h2>
<canvas width="800" height="500" id="surface">
<p>Get a modern browser, chumley!</p>
</canvas>
<p class="display"><button id="makePink">Pink!</button></p>
<p class="display">Ball Colors:
<button id="makeRed">red</button>
<button id="makeGreen">green</button>
<button id="makeBlue">blue</button>
<button id="makeDook">dookbloo</button>
</p>
</body>
</html>