mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 20:01:00 +00:00
Style 404 page
This commit is contained in:
parent
9e0d5ff890
commit
2dc43b504c
1 changed files with 10 additions and 6 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue