diff --git a/index.html b/index.html
index bac4d3a..43276ea 100644
--- a/index.html
+++ b/index.html
@@ -19,7 +19,7 @@ this is the base site
document.getElementById("btn_register").onclick = function (e) {
let username = document.getElementById("username").value;
- window.location.replace(`/register/${encodeURIComponent(username)}`)
+ window.location.replace(`register/${encodeURIComponent(username)}`)
};