File: /home/wbwebdes/domains/legal.wb-webdesign.com/private_html/404.shtml
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pagina niet gevonden</title>
<link rel="icon" href="uploads/favion.png" type="image/svg+xml">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background: url('uploads/background.jpg') no-repeat center center fixed;
background-size: cover;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}
.container {
background: rgba(0, 0, 0, 0.5);
padding: 40px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
h1 {
font-size: 100px;
margin-bottom: 20px;
font-weight: bold;
letter-spacing: 2px;
}
p {
font-size: 20px;
margin-bottom: 30px;
}
a {
color: #00bcd4;
font-size: 18px;
text-decoration: none;
border: 2px solid #00bcd4;
padding: 10px 20px;
border-radius: 4px;
transition: 0.3s;
}
a:hover {
background-color: #00bcd4;
color: #fff;
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<h1>404</h1>
<p>Oeps! De pagina die je zoekt, is niet gevonden.</p>
<p><a href="/">Ga terug naar de homepage</a></p>
<h1>404</h1>
<p>Oeps! The page you were looking for is not found.</p>
<p><a href="/">Go back to the homepage</a></p>
</div>
</body>
</html>