This commit is contained in:
2021-11-26 20:28:06 +01:00
parent 261622ac1a
commit 8a57b4c2ea
2 changed files with 7 additions and 1 deletions

View File

@@ -42,4 +42,9 @@ body {
border-color: #808080;
cursor: pointer;
transition: all 0.5s ease-in-out;
}
.logo {
width: fit-content;
height: fit-content;
}

View File

@@ -4,10 +4,11 @@
<meta name="viewport" content="with=device-width, initial-scale=1.0">
<title>404</title>
<link rel="stylesheet" type="text/css" href="./css/404.css"/>
<link rel="icon" type="image/png" href="../bilder/icon.png">
<link rel="icon" type="image/png" href="../bilder/Logo.png">
</head>
<body>
<div class="errmsg">
<img class="logo" src="../bilder/Logo.png">
<h1>Error 404: Not Found</h1>
<p>Bitte kehren sie zurück oder klicken sie auf den Knopf um zur <a href="../../index.html">Startseite</a> zu gelangen!<br></p>
<button class="startseite-btn"><a href="../../index.html">Startseite</a></button>