Skip to content

Commit b71888e

Browse files
committed
home.md script reordering
1 parent 3b1cd8c commit b71888e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

home.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ Select a build for a generic board with your flash and RAM size, or for a specif
2727
</li>
2828
</ul>
2929

30-
Content before button
31-
3230
<p class="button-row" align="center">
3331
<esp-web-install-button class="invisible"></esp-web-install-button>
3432
</p>
3533

36-
Content after button
34+
<script type="module" src="https://unpkg.com/esp-web-tools@10.0.1/dist/web/install-button.js?module"></script>
3735

3836
<script>
3937
document.querySelectorAll('input[name="type"]').forEach(radio =>
@@ -45,5 +43,3 @@ Content after button
4543
));
4644
</script>
4745

48-
<script type="module" src="https://unpkg.com/esp-web-tools@10.0.1/dist/web/install-button.js?module"></script>
49-

0 commit comments

Comments
 (0)