19 lines
304 B
HTML
19 lines
304 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>
|
|
|
|
</body>
|
|
|
|
</html>
|