Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Administrator
m4lab_landing_page
Commits
592bb148
Commit
592bb148
authored
Sep 30, 2022
by
Rosanny Sihombing
Browse files
Add custom 404 page
parent
b44295df
Changes
1
Hide whitespace changes
Inline
Side-by-side
404.html
0 → 100644
View file @
592bb148
<!DOCTYPE html>
<html
lang=
"de"
>
<head>
<title>
404 - Page not found
</title>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/css/bootstrap.min.css"
>
<style>
.container
{
height
:
400px
;
position
:
relative
;
}
.center
{
margin
:
0
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-ms-transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
}
</style>
</head>
<body>
<div
class=
"container"
>
<div
class=
"center"
align=
"center"
><a
href=
"/"
><img
class=
"img-responsive center-block"
src=
"/img/M4_LAB_LOGO.png"
width=
"185"
height=
"192"
></a><br><br>
<p
class=
"h5"
>
404. The requested URL was not found.
</p>
<p>
Go back to
<a
href=
"https://transfer.hft-stuttgart.de"
>
TransferPortal
</a></p>
</div>
</div>
<!-- Bootstrap-->
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity=
"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin=
"anonymous"
></script>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment