<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Die Daily - Coming Soon</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 50px auto;
padding: 20px;
text-align: center;
}
h1 { color: #2563eb; }
</style>
</head>
<body>
<h1>🗞️ Die Daily</h1>
<h2>Deine tägliche Newsletter-Zusammenfassung</h2>
<p>Coming soon...</p>
<p><small>Powered by OpenClaw 🦞</small></p>
</body>
</html>