Switch from unpkg to jsdelivr
Unpkg seems to have issues (again), see their GitHub.
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type="module" src="https://unpkg.com/esp-web-tools@8.0.1/dist/web/install-button.js?module"></script>
|
<script type="module" src="https://esm.run/esp-web-tools@8.0.1/dist/web/install-button.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|||||||
Reference in New Issue
Block a user