diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/index.html b/src/index.html index cadf558..971b114 100644 --- a/src/index.html +++ b/src/index.html @@ -9,13 +9,13 @@ </head> <body> <header> - <a href="/"> + <a href=""> <center class="button navbutton">HOME</center> </a> - <a href="/login/"> + <a href="login/"> <center class="button navbutton">LOGIN</center> </a> - <a href="/register/"> + <a href="register/"> <center class="button navbutton">REGISTER</center> </a> </header> |