image-draw-search/index.html

19 lines
341 B
HTML

<!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>