Fix for InteliJ web server

bangalore
Brent Gardner 7 years ago
parent 08847e58e7
commit 50da13d3ad
  1. 2
      index.html

@ -2,7 +2,7 @@
<title>Pixel Art Maker</title> <title>Pixel Art Maker</title>
<head> <head>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<script defer type="module" src="index.js" /> <script defer type="module" src="index.js"></script>
</head> </head>
<body></body> <body></body>
</html> </html>
Loading…
Cancel
Save