26 lines
947 B
Plaintext
26 lines
947 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="nl">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<title>Pagina niet gevonden — Mek-Tech</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
<link rel="stylesheet" href="/css/neon.css">
|
|
<link rel="stylesheet" href="/css/dynamic.css">
|
|
<style>
|
|
.e404{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem}
|
|
.e404 h1{font-size:4rem;font-weight:800;color:var(--accent);margin:0;line-height:1}
|
|
.e404 p{color:var(--text-muted);margin:1rem 0 1.5rem;max-width:360px}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="e404">
|
|
<h1>404</h1>
|
|
<p>Deze pagina bestaat niet of is verplaatst.</p>
|
|
<a href="/" class="btn btn-accent">Terug naar dashboard</a>
|
|
</div>
|
|
<script src="/js/theme.js"></script>
|
|
</body>
|
|
</html>
|