Create your own pixel art maker
 
 
 
pixel-art-maker/index.html

8 lines
200 B

<html>
<title>Pixel Art Maker</title>
<head>
<link rel="stylesheet" href="style.css">
<script defer type="module" src="index.js"></script>
</head>
<body></body>
</html>