mirror of
https://github.com/keiyoushi/extensions.git
synced 2025-11-06 19:59:05 +01:00
@@ -26,7 +26,7 @@
|
||||
integrity="sha384-2HpI1Tt4Zv7emgrwKyetd6ouDie+RKolEtNHOdD+KCVHLj1V2fjxryG48h50f0Rw"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<script async type="module"
|
||||
src="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.5.2/cdn/shoelace-autoloader.js"
|
||||
integrity="sha384-ILzDiPYY4je5i95gGzpVe0e88rFqVnoz3i7HPBsRbtEHxfkA7wR8E+PwjCgt1Bin"
|
||||
@@ -70,7 +70,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p>If you're not using any of the above, download and update extensions from <a class="description__anchor" href="/extensions">the listing page.</a></p>
|
||||
<p>If you're not using any of the above, download and update extensions from <a class="description__anchor" href="./extensions">the listing page.</a></p>
|
||||
</div>
|
||||
|
||||
<script>Promise.allSettled([customElements.whenDefined("sl-button")]).then((() => { document.body.classList.add("ready") }))</script>
|
||||
|
||||
Reference in New Issue
Block a user