diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-27 21:33:59 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-27 21:33:59 +0000 |
| commit | 174232d643e990d25f745602288e658dccdadd90 (patch) | |
| tree | 9ab9504262caa9efdc1aa5972f3ecac7d3308d21 /_pages | |
| parent | 2d180e62b2e6b25303b25a78b364fae64894a331 (diff) | |
| download | pokeworld-website-174232d643e990d25f745602288e658dccdadd90.tar.gz pokeworld-website-174232d643e990d25f745602288e658dccdadd90.tar.bz2 pokeworld-website-174232d643e990d25f745602288e658dccdadd90.zip | |
Added a page and test post
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 |
