aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-03-07 17:00:40 -0500
committerAlee <alee14498@gmail.com>2018-03-07 17:00:40 -0500
commit663b60d855dfe1302e5d2244154deccf01fc81ed (patch)
tree25ceebe0e9837a2132912bd9137923f3c7a84016
parentc15ed4b2a887e7fcc83c28a4fd408c76fbb19add (diff)
downloadpokeworld-website-663b60d855dfe1302e5d2244154deccf01fc81ed.tar.gz
pokeworld-website-663b60d855dfe1302e5d2244154deccf01fc81ed.tar.bz2
pokeworld-website-663b60d855dfe1302e5d2244154deccf01fc81ed.zip
Fixed some things
-rw-r--r--about.html4
-rw-r--r--pokebot.html2
-rw-r--r--typer.html4
3 files changed, 5 insertions, 5 deletions
diff --git a/about.html b/about.html
index 99f388c..fb91cda 100644
--- a/about.html
+++ b/about.html
@@ -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 &copy; 2018</p>
+ <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 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>
diff --git a/typer.html b/typer.html
index 3a536fb..d3528de 100644
--- a/typer.html
+++ b/typer.html
@@ -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 &copy; 2018</p>
+ <p>PokeWorld by: Alee, TheEdgeNK and jtsshieh, Copyright &copy; 2018</p>
</footer>
</body>
</html>