<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>kaiserbeats.de – Coming Soon</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
}
body {
background: url("kaiserbeats.jpg") no-repeat center center fixed;
background-size: cover; /* Bild füllt den gesamten Bildschirm */
}
</style>
</head>
<body>
</body>
</html>