image-draw-search/index.html

19 lines
304 B
HTML
Raw Normal View History

<!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>
</body>
</html>