<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<title>FM Workshop11</title>
<style>
body {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.card {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 650px;
    text-align: center;
}
h1 {
    margin-top: 0;
}
</style>
</head>
<body>
<div class="card">
<h1>FM Workshop11</h1>
<p>Deze site is gereserveerd voor openMAINT / facility management.</p>
<p>De digitale sleutelbos wordt later aangesloten.</p>
</div>
</body>
</html>