pixel-art-maker/index.html

7 lines
144 B
HTML
Raw Normal View History

2018-06-10 12:14:59 +05:30
<html>
<title>Pixel Art Maker</title>
<head>
<script defer type="module" src="index.js" />
</head>
<body></body>
</html>