Skip to content

Commit c988f21

Browse files
committed
fix: delete defer attribute
1 parent 36989b3 commit c988f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ <h3 class="top-projects__card-title">Тэк-Торг</h3>
438438
<span class="footer__slogan-element footer__slogan-element--3">production</span>
439439
</p>
440440
</footer>
441-
<script src="./scripts/index.js" type="module" defer></script>
441+
<script src="./scripts/index.js" type="module"></script>
442442
</body>
443443

444444
</html>

0 commit comments

Comments
 (0)