Update index.html

This commit is contained in:
2025-09-11 21:33:08 -07:00
committed by GitHub
parent 2657626bd1
commit 387cad8e99

View File

@@ -93,7 +93,7 @@
<body>
<main>
<h1>Extension Downloader</h1>
<p>Master, provide a Firefox Add-on Store URL to download its <code>.xpi</code> source file.</p>
<p>Provide a Firefox Add-on Store URL to download its <code>.xpi</code> source file.</p>
<form id="dl-form">
<input type="url" id="addon-url" placeholder="https://addons.mozilla.org/..." required autocomplete="off">
<button type="submit">Download Source</button>