pixel-art-maker/index.html
2018-06-12 09:42:16 +05:30

9 lines
205 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>