mirror of https://github.com/Squidex/squidex.git
8 changed files with 71 additions and 12 deletions
@ -1,3 +1,9 @@ |
|||
<div class="simple-error"> |
|||
Not found |
|||
<div class="content"> |
|||
<img class="logo" src="/images/logo.png" /> |
|||
|
|||
<h1>Not Found</h1> |
|||
|
|||
<p>Sorry, the page you are looking for does not exist</p> |
|||
|
|||
<a routerLink="../">Back to Homepage</a> |
|||
</div> |
|||
@ -0,0 +1,27 @@ |
|||
@import '_mixins'; |
|||
@import '_vars'; |
|||
|
|||
.content { |
|||
margin: 100px auto; |
|||
max-width: 500px; |
|||
text-align: center; |
|||
} |
|||
|
|||
.logo { |
|||
height: 60px; |
|||
display: display-block; |
|||
} |
|||
|
|||
.login-button { |
|||
margin: 40px 0; |
|||
} |
|||
|
|||
.login-hint { |
|||
font-style: italic; |
|||
} |
|||
|
|||
.proudly-made { |
|||
margin-top: 100px; |
|||
font-size: 11px; |
|||
font-style: italic; |
|||
} |
|||
Loading…
Reference in new issue