diff options
| author | Christian Oliff <[email protected]> | 2019-02-21 17:00:54 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-13 19:22:59 +0200 |
| commit | 35c6b2b12b5312ddcb2b5b0a87358b0140b3c560 (patch) | |
| tree | 5d10dd8ba8b05684e777f1a32ce28709351196a7 | |
| parent | 6a82a2ebe8cfa018558c5d6b0b2745db3f123ab1 (diff) | |
| download | bootstrap-35c6b2b12b5312ddcb2b5b0a87358b0140b3c560.tar.xz bootstrap-35c6b2b12b5312ddcb2b5b0a87358b0140b3c560.zip | |
Create 404.md
| -rw-r--r-- | site/content/404.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/site/content/404.md b/site/content/404.md new file mode 100644 index 000000000..625813782 --- /dev/null +++ b/site/content/404.md @@ -0,0 +1,11 @@ +--- +title: "404 - File not found" +layout: "default" +description: "" +sitemap_exclude: true +--- + +<div class="text-center py-5"> +<h1 class="display-1">404</h1> +<h2>File not found</h2> +</div> |
