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