diff options
-rw-r--r-- | templates/download.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/download.html b/templates/download.html index 2db2767..1efe656 100644 --- a/templates/download.html +++ b/templates/download.html @@ -41,6 +41,12 @@ <div id="development-builds-container" class="space-y-12"></div> </details> </div> + <div class="space-y-4"> + <p> + If this page is not loading correctly, + <a class="font-bold text-garage-orange hover:underline" href="https://garagehq.deuxfleurs.fr/_releases.html">click here</a>. + </p> + </div> </div> <noscript> <style type="text/css"> |