use <script defer>
This commit is contained in:
parent
709fd1c9fd
commit
cf3acc2a56
1 changed files with 2 additions and 1 deletions
|
@ -9,9 +9,10 @@
|
||||||
<link rel='icon' type='image/png' href='/favicon.png'>
|
<link rel='icon' type='image/png' href='/favicon.png'>
|
||||||
<link rel='stylesheet' href='/global.css'>
|
<link rel='stylesheet' href='/global.css'>
|
||||||
<link rel='stylesheet' href='/bundle.css'>
|
<link rel='stylesheet' href='/bundle.css'>
|
||||||
|
|
||||||
|
<script defer src='/bundle.js'></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<script src='/bundle.js'></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue