summaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html6
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>