Skip to content

Commit 0bd3069

Browse files
committed
refactor: standardize the script attribute order
1 parent 37410fb commit 0bd3069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broadcast-channel/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
rel="stylesheet"
99
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
1010
/>
11-
<script src="app.js" type="module" defer></script>
11+
<script type="module" src="app.js"></script>
1212
</head>
1313
<body>
1414
<main class="container">

0 commit comments

Comments
 (0)