basic 404
This commit is contained in:
parent
e6d2e6d209
commit
f66e534cde
3 changed files with 17 additions and 0 deletions
9
content/404.erb
Normal file
9
content/404.erb
Normal 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>
|
BIN
content/assets/images/404.png
Normal file
BIN
content/assets/images/404.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
8
content/assets/stylesheets/includes/404.scss
Normal file
8
content/assets/stylesheets/includes/404.scss
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
.img-center {
|
||||||
|
display:block;
|
||||||
|
margin:auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
Loading…
Reference in a new issue