Commit d718c799 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

optimize UX

parent f66379b2
...@@ -26,5 +26,6 @@ html(lang="de") ...@@ -26,5 +26,6 @@ html(lang="de")
br br
br br
p(class="h5") 404. The requested URL was not found. p(class="h5") 404. The requested URL was not found.
p <a href="./">go back home</a>
// Bootstrap // Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous") script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
\ No newline at end of file
...@@ -25,6 +25,7 @@ html(lang="de") ...@@ -25,6 +25,7 @@ html(lang="de")
img(src="https://transfer.hft-stuttgart.de/img/M4_LAB_LOGO.jpg", class="img-responsive center-block", width="185", height="192") img(src="https://transfer.hft-stuttgart.de/img/M4_LAB_LOGO.jpg", class="img-responsive center-block", width="185", height="192")
br br
br br
p <a href="./">go back home</a>
p(class="h5") 500. Unexpected Error :( p(class="h5") 500. Unexpected Error :(
p #{ error } p #{ error }
// Bootstrap // Bootstrap
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment