2018-06-10 12:14:59 +05:30
|
|
|
<html>
|
|
|
|
<title>Pixel Art Maker</title>
|
|
|
|
<head>
|
2018-06-10 13:56:43 +05:30
|
|
|
<link rel="stylesheet" href="style.css">
|
2018-06-11 10:32:29 +05:30
|
|
|
<script defer type="module" src="index.js"></script>
|
2018-06-10 12:14:59 +05:30
|
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html>
|