diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-09 21:07:02 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-09 21:07:02 -0500 |
| commit | dd5bd60e133bfea101ca3b57bfad3414f095ad8a (patch) | |
| tree | d43998a27dd9bd7add81b90c9687e133e44ebbdf | |
| parent | d3cc91c2a97b157d03c6edc47080cd467ad70d08 (diff) | |
| download | pokeworld-website-dd5bd60e133bfea101ca3b57bfad3414f095ad8a.tar.gz pokeworld-website-dd5bd60e133bfea101ca3b57bfad3414f095ad8a.tar.bz2 pokeworld-website-dd5bd60e133bfea101ca3b57bfad3414f095ad8a.zip | |
changes
| -rw-r--r-- | pokeworld/about/index.html | 1 | ||||
| -rw-r--r-- | pokeworld/index.html | 1 | ||||
| -rw-r--r-- | pokeworld/pokebot/index.html | 1 | ||||
| -rw-r--r-- | pokeworld/rules/index.html (renamed from pokeworld/about/pwrules.html) | 5 | ||||
| -rw-r--r-- | pokeworld/typer/index.html | 1 |
5 files changed, 7 insertions, 2 deletions
diff --git a/pokeworld/about/index.html b/pokeworld/about/index.html index c845db9..8f7b35f 100644 --- a/pokeworld/about/index.html +++ b/pokeworld/about/index.html @@ -19,6 +19,7 @@ <li><a href="../pokebot">Pokebot</a></li> <li><a href="../typer">Typer</a></li> <li class="current"><a href="#">About</a></li> + <li><a href="../rules">Rules</a></li> </ul> </nav> </div> diff --git a/pokeworld/index.html b/pokeworld/index.html index c2231b8..7ce4bd4 100644 --- a/pokeworld/index.html +++ b/pokeworld/index.html @@ -19,6 +19,7 @@ <li><a href="./pokebot">Pokebot</a></li> <li><a href="./typer">Typer</a></li> <li><a href="./about">About</a></li> + <li><a href="./rules">Rules</a></li> </ul> </nav> </div> diff --git a/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html index 8637992..9de84b5 100644 --- a/pokeworld/pokebot/index.html +++ b/pokeworld/pokebot/index.html @@ -19,6 +19,7 @@ <li class="current"><a href="#">Pokebot</a></li> <li><a href="../typer">Typer</a></li> <li><a href="../about">About</a></li> + <li><a href="../rules">Rules</a></li> </ul> </nav> </div> diff --git a/pokeworld/about/pwrules.html b/pokeworld/rules/index.html index b5f1428..45e350f 100644 --- a/pokeworld/about/pwrules.html +++ b/pokeworld/rules/index.html @@ -18,7 +18,8 @@ <li><a href="../">Home</a></li> <li><a href="../pokebot">Pokebot</a></li> <li><a href="../typer">Typer</a></li> - <li class="current"><a href="#">About</a></li> + <li><a href="../about">About</a></li> + <li class="current"><a href="#">Rules</a></li> </ul> </nav> </div> @@ -40,7 +41,7 @@ <p>jtsshieh<br>TheEdge<br>Chara</p> <h2>Moderators</h2> <p>Alee<br>FloppyDiskDrive<br>Terax</p> - + <h4>Thanks for reading the rules! We hope you have a fun time in PokeWorld!</h4> </div> <footer> diff --git a/pokeworld/typer/index.html b/pokeworld/typer/index.html index 63f999f..dcfb738 100644 --- a/pokeworld/typer/index.html +++ b/pokeworld/typer/index.html @@ -19,6 +19,7 @@ <li><a href="../pokebot">Pokebot</a></li> <li class="current"><a href="#">Typer</a></li> <li><a href="../about">About</a></li> + <li><a href="../rules">Rules</a></li> </ul> </nav> </div> |
