
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>The Reds Show Server</title>
</head>

<body style="
background:#080b12;
color:white;
font-family:Arial,sans-serif;
text-align:center;
padding:80px;
">

<h1>The Reds Show</h1>

<p>Streaming server is online.</p>

<p>
<a
href="/dashboard/"
style="color:#e51b23;font-weight:bold;"
>
Open Server Dashboard
</a>
</p>

</body>
</html>
