diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/content/404.md')
-rw-r--r-- | vendor/twbs/bootstrap/site/content/404.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/content/404.md b/vendor/twbs/bootstrap/site/content/404.md new file mode 100644 index 000000000..de003f149 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/404.md @@ -0,0 +1,13 @@ +--- +title: "404 - File not found" +layout: 404 +description: "" +url: /404.html +robots: noindex,follow +sitemap_exclude: true +--- + +<div class="text-center py-5"> + <h1 class="display-1">404</h1> + <h2>File not found</h2> +</div> |