diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-10-27 21:46:54 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-10-27 21:46:54 -0400 |
| commit | 5a71232cd570931769537daf3f6bfc063b1aca15 (patch) | |
| tree | c95acbb6ddc71ad817487ae032bb550a6e06cb81 | |
| parent | a8af160b4a4eb87c6397b6c68c7086561078a1b8 (diff) | |
| download | pokeworld-website-5a71232cd570931769537daf3f6bfc063b1aca15.tar.gz pokeworld-website-5a71232cd570931769537daf3f6bfc063b1aca15.tar.bz2 pokeworld-website-5a71232cd570931769537daf3f6bfc063b1aca15.zip | |
Whoops
| -rw-r--r-- | _pages/404.html | 6 | ||||
| -rw-r--r-- | _pages/about.html | 5 | ||||
| -rw-r--r-- | _pages/pokebot.html | 6 |
3 files changed, 17 insertions, 0 deletions
diff --git a/_pages/404.html b/_pages/404.html new file mode 100644 index 0000000..05ae7c0 --- /dev/null +++ b/_pages/404.html @@ -0,0 +1,6 @@ +--- +layout: default +permalink: /404 +--- + +<center><h1>Uh oh! You seem to entered the wrong page...</h1></center>
\ No newline at end of file diff --git a/_pages/about.html b/_pages/about.html new file mode 100644 index 0000000..487553a --- /dev/null +++ b/_pages/about.html @@ -0,0 +1,5 @@ +--- +layout: single +permalink: /about +--- +<h1>About the server</h1>
\ No newline at end of file diff --git a/_pages/pokebot.html b/_pages/pokebot.html new file mode 100644 index 0000000..886e0f3 --- /dev/null +++ b/_pages/pokebot.html @@ -0,0 +1,6 @@ +--- +title: PokeBot +layout: single +permalink: /pokebot +--- +PokeBot is a bot created by TheEdge and Alee
\ No newline at end of file |
