You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
467 B

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title>i &hearts; js</title>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
</head>
<body>
<h1>Pixel Art!</h1>
<div class="controls">
<input type="text" id="color-field"></input>
<button id="set-color">Set Color</button>
<div class="brush"></div>
</div>
<script src="pixart.js"></script>
</body>
</html>