Fix for InteliJ web server

This commit is contained in:
Brent Gardner 2018-06-11 10:32:29 +05:30
parent f6f51aaedd
commit fe80bf0448

View File

@ -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>