<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>MediaVision TV (MVTVN)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body { margin:0; font-family: Arial, sans-serif; background:#000; color:#fff; display:flex; min-height:100vh; align-items:center; justify-content:center; text-align:center; }
.card { max-width:720px; padding:40px; border:1px solid #222; border-radius:16px; background:#0b0b0b; }
h1 { margin:0 0 10px; letter-spacing:1px; }
p { margin:10px 0; color:#cfcfcf; }
.tag { display:inline-block; margin-top:18px; padding:10px 14px; border-radius:999px; background:#e50914; color:#fff; font-weight:700; }
</style>
</head>
<body>
<div class="card">
<h1>MediaVision TV</h1>
<p>MVTVN is rebuilding — proof of concept is live soon.</p>
<p>Live TV • TV Guide • Channels • Partner Dashboard</p>
<div class="tag">Launching Soon</div>
</div>
</body>
</html>