pixel-art-maker/index.html
2018-06-12 08:15:44 +05:30

16 lines
305 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Pixel Art Maker</title>
<script defer src="index.js"></script>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<main>
<div id="canvas"></div>
<div id="palette"></div>
</main>
</body>
</html>