From 5a71232cd570931769537daf3f6bfc063b1aca15 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 27 Oct 2019 21:46:54 -0400 Subject: Whoops --- _pages/404.html | 6 ++++++ _pages/about.html | 5 +++++ _pages/pokebot.html | 6 ++++++ 3 files changed, 17 insertions(+) create mode 100644 _pages/404.html create mode 100644 _pages/about.html create mode 100644 _pages/pokebot.html 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 +--- + +

Uh oh! You seem to entered the wrong page...

\ 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 +--- +

About the server

\ 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 -- cgit v1.2.3