basic 404

This commit is contained in:
myncke 2016-08-23 22:04:58 +02:00
parent e6d2e6d209
commit f66e534cde
3 changed files with 17 additions and 0 deletions

9
content/404.erb Normal file
View file

@ -0,0 +1,9 @@
---
title: 404 - Page not found
---
<img src="assets/images/404.png" alt="" class="img-center"/>
<p class="text-center">
- Page not found -
</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View file

@ -0,0 +1,8 @@
.img-center {
display:block;
margin:auto;
}
.text-center {
text-align: center;
}