aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_pages/404.html6
-rw-r--r--_pages/about.html5
-rw-r--r--_pages/pokebot.html6
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