Move async modules to the body
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
>
|
||||
<link defer rel="stylesheet" href="css/general.css" media="all">
|
||||
|
||||
<script async type="module" src="index.mjs"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
@@ -47,5 +45,6 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<script async type="module" src="index.mjs"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user