Async scripts instead of defer; defer is default for modules

This commit is contained in:
Raymonzut
2020-06-20 21:03:38 +02:00
parent 740c584378
commit 3e85246344
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
>
<link defer rel="stylesheet" href="css/general.css" media="all">
<script defer type="module" src="index.mjs"></script>
<script async type="module" src="index.mjs"></script>
</head>
<body>