
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<title>Strona w przebudowie</title>
<style>
body { font-family: Arial, sans-serif; background:#0f172a; color:#e5e7eb; display:flex; justify-content:center; align-items:center; height:100vh; margin:0;}
.box { background:#111827; padding:40px; border-radius:12px; text-align:center; max-width:500px;}
a { color:#38bdf8; text-decoration:none; font-weight:bold;}
a:hover { text-decoration:underline; }
</style>
</head>
<body>
<div class="box">
<h1>System requestów został przeniesiony</h1>
<p>Dodawanie nowych filmów/seriali jest obecnie wyłączony dla starego serwera.</p>
<p>Nowy system requestów dla nowego serwera znajdziesz tutaj:</p>
<p><a href="https://request.plexbox.ovh">request.plexbox.ovh</a></p>
</div>
</body>
</html>
