pixel-art-maker/index.html
2018-06-11 10:32:29 +05:30

8 lines
200 B
HTML

<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>