Skip to content

Commit

Permalink
changed type to module; removed defer
Browse files Browse the repository at this point in the history
  • Loading branch information
X0rD3v1L committed Aug 13, 2024
1 parent f3c3dec commit f674a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/javascript/src/challenges/color-me/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="stylesheet" href="styles.css" />
<script src="../../helpers/header.js" type="module"></script>
<script src="index.js" defer></script>
<script src="index.js" type="module"></script>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit f674a48

Please sign in to comment.