ja
This commit is contained in:
18
404.html
Normal file
18
404.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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/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>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user