Commit 592bb148 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

Add custom 404 page

parent b44295df
<!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>
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