diff options
| -rw-r--r-- | about.html | 4 | ||||
| -rw-r--r-- | pokebot.html | 2 | ||||
| -rw-r--r-- | typer.html | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> - <title>PokeWorld | Home</title> + <title>PokeWorld | About</title> <link rel="stylesheet" href="./css/style.css"> </head> <body> @@ -29,7 +29,7 @@ <p>Hi, I am dummy developer text.</p> </div> <footer> - <p>PokeWorld by: Alee, TheEdgeNK and jtshieh, Copyright © 2018</p> + <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright © 2018</p> </footer> </body> </html> diff --git a/pokebot.html b/pokebot.html index ec5e753..aba0f4c 100644 --- a/pokebot.html +++ b/pokebot.html @@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> - <title>PokeWorld | Home</title> + <title>PokeWorld | Pokebot</title> <link rel="stylesheet" href="./css/style.css"> </head> <body> @@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> - <title>PokeWorld | Home</title> + <title>PokeWorld | Typer</title> <link rel="stylesheet" href="./css/style.css"> </head> <body> @@ -29,7 +29,7 @@ <p>Hi, I am dummy developer text.</p> </div> <footer> - <p>PokeWorld by: Alee, TheEdgeNK and jtshieh, Copyright © 2018</p> + <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright © 2018</p> </footer> </body> </html> |
