Style 404 page

This commit is contained in:
James Allen 2014-07-16 11:59:25 +01:00
parent 9e0d5ff890
commit 2dc43b504c

View file

@ -1,9 +1,13 @@
extends ../layout
block content
.container
.row
.span6.offset3.span-box
.page-header
h2 Sorry, we can't find the page you are looking for.
.row
.content
.container
.row
.col-md-8.col-md-offset-2.text-center
.page-header
h2 Sorry, we can't find the page you are looking for.
p
a(href="/")
i.fa.fa-arrow-circle-o-left
| Take me home!