Skip to content
Snippets Groups Projects
Commit 105963ed authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Merge branch '228-update-error-pages' into 'develop'

Resolve "Update error pages"

See merge request !67
parents 43bce4f2 71b278d8
No related branches found
No related tags found
2 merge requests!108Develop,!67Resolve "Update error pages"
.container-fluid { .container-fluid {
min-height: 100vh; min-height: 55vh;
padding: 25px; padding: 25px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<img src="assets/images/error/404.gif" width="60%"> <img src="assets/images/error/404.gif" width="60%">
</div> </div>
<div class="row"> <div class="row">
<h1>Oops! Something went wrong.</h1> <h1>Oops! Something went wrong (404).</h1>
<p>Our robot couldn't find this page. Try a different link or head back to the homepage.</p> <p>Our robot couldn't find this page. Try a different link or head back to the homepage.</p>
<button class="btn btn-primary" type="button" (click)="redirect()">Go back</button> <button class="btn btn-primary" type="button" (click)="redirect()">Go back</button>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment