diff options
Diffstat (limited to '_pages')
| -rw-r--r-- | _pages/404.md | 6 | ||||
| -rw-r--r-- | _pages/pokebot.md | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/_pages/404.md b/_pages/404.md new file mode 100644 index 0000000..8dc48ea --- /dev/null +++ b/_pages/404.md @@ -0,0 +1,6 @@ +--- +title: 404 +layout: splash +permalink: /404 +--- +<h1>Are you lost?</h1>
\ No newline at end of file diff --git a/_pages/pokebot.md b/_pages/pokebot.md new file mode 100644 index 0000000..481e177 --- /dev/null +++ b/_pages/pokebot.md @@ -0,0 +1,6 @@ +--- +title: PokeBot +layout: splash +permalink: /pokebot +--- +<h1>Hello world</h1>
\ No newline at end of file |
