<!DOCTYPE html>

<html>

	<head>
		<title></title>
		<link rel="stylesheet" type="text/css" href="main.css" />
		<script type="text/javascript" src="main.js"></script>
	</head>

	<body>

		<canvas id="drawImage"></canvas>
		<label> Color: <input type="color" id="drawColor" /></label>
		<input type="file" id="fileInput"/>
	</body>

</html>