diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-04-03 16:57:23 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-04-03 16:57:23 -0400 |
| commit | 9725d0fa4a9bf5376654d9d91d4537a6bf848833 (patch) | |
| tree | 2b79a411cc45c2c6c551276da1fe90bc6fe0cd0e | |
| parent | dec065ae75592d62691b41357421deb8be13c7be (diff) | |
| download | pokeworld-website-9725d0fa4a9bf5376654d9d91d4537a6bf848833.tar.gz pokeworld-website-9725d0fa4a9bf5376654d9d91d4537a6bf848833.tar.bz2 pokeworld-website-9725d0fa4a9bf5376654d9d91d4537a6bf848833.zip | |
well oops
| -rw-r--r-- | games/revolution/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/revolution/index.html b/games/revolution/index.html index 5588ae3..83e8556 100644 --- a/games/revolution/index.html +++ b/games/revolution/index.html @@ -15,8 +15,8 @@ </div> <nav> <ul> - <li class="current"><a href="#">Home</a></li> - <li><a href="./revolution">Revolution</a></li> + <li><a href="../">Home</a></li> + <liclass="current"><a href="#">Revolution</a></li> </ul> </nav> </div> |
