a
This commit is contained in:
@@ -42,4 +42,9 @@ body {
|
||||
border-color: #808080;
|
||||
cursor: pointer;
|
||||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user