2 Commits

Author SHA1 Message Date
chris 4ffeacf134 Update download.html 2026-06-25 05:03:47 -04:00
chris 1b77d3ae2a Merge pull request #4 from pvrzz/cloudflare/workers-autoconfig
Add Cloudflare Workers configuration
2026-06-25 05:01:39 -04:00
+4 -2
View File
@@ -68,7 +68,8 @@
<div class="top">
<div class="logo">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/>
<path d="M12 2a10 10 0 1 0 10 10c0 -1.968 -.42 -3.864 -1.18 -5.556c-2.378 1.34 -4.82 -1.18 -3.95 -3.985c-2.02 .894 -3.716 2.37 -4.87 4.541z" />
<path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
</svg>
</div>
<div>
@@ -76,7 +77,7 @@
<div class="ver" id="ver-firefox">Fetching latest...</div>
</div>
</div>
<a href="https://github.com/pvrzz/Portage/releases/latest" id="btn-firefox" class="btn btn-primary">Install Portage (.xpi)</a>
<a href="https://github.com/pvrzz/Portage/releases/latest" id="btn-firefox" class="btn btn-primary" type="application/octet-stream" download>Download Portage (.xpi)</a>
<a href="https://github.com/pvrzz/Portage/releases/latest" id="btn-firefox-zip" class="btn btn-ghost">Download unsigned (.zip)</a>
<div class="note">
@@ -123,6 +124,7 @@
<div class="links2">
<a href="https://github.com/pvrzz/Portage/" target="_blank" rel="noopener">GitHub</a>
<a href="https://github.com/pvrzz/Portage/releases" target="_blank" rel="noopener">Releases</a>
<a href="privacy.html">Privacy</a>
</div>
<span class="made">made by <a href="https://pvrz.lol/" target="_blank" rel="noopener">pvrz</a> <span class="heart"><svg viewBox="0 0 24 24" fill="currentColor"><path d="M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.29 1.51 4.04 3 5.5l7 7Z"/></svg></span></span>
</div>