diff options
Diffstat (limited to 'pokebot')
| -rw-r--r-- | pokebot/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pokebot/index.html b/pokebot/index.html index 5b3e18b..17f1bc9 100644 --- a/pokebot/index.html +++ b/pokebot/index.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML> -<!-- The style is based from the ACN website !--> +<!-- The style is based from the ACN website !--> <html> <head> <meta charset="utf-8"> @@ -15,10 +15,10 @@ </div> <nav> <ul> - <li><a href="index.html">Home</a></li> - <li class="current"><a href="#">Pokebot</a></li> - <li><a href="typer.html">Typer</a></li> - <li><a href="about.html">About</a></li> + <li><a href="../">Home</a></li> + <li class="current"><a href="#">Pokebot</a></li> + <li><a href="../typer">Typer</a></li> + <li><a href="../about">About</a></li> </ul> </nav> </div> |
