8 lines
200 B
HTML
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> |