Fix reload link when an update is available

Before, if the URL included parameters, the reload link removed them.
This change fixes this.

Change-Id: If67253278327d8c29e2ae3ac039f7cefc2b7ba73
diff --git a/index.html b/index.html
index 5eb4d21..38240cd 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,7 @@
       </section>
     </div>
     <div id="update-available" class="update-available" hidden>
-      Hi ha una actualització disponible. <a href="/">Recarrega la pàgina</a> per veure els darrers canvis.
+      Hi ha una actualització disponible. <a href="">Recarrega la pàgina</a> per veure els darrers canvis.
     </div>
     <script src="js/script.js"></script>
   </body>