<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>MORPHYNE — Network Services</title>
    <style>
        body { font-family: monospace; background: #0d1117; color: #c9d1d9; 
               display: flex; align-items: center; justify-content: center; 
               height: 100vh; margin: 0; }
        .box { text-align: center; }
        h1 { font-size: 2em; color: #00e5ff; }
        p  { color: #4a5568; }
    </style>
</head>
<body>
    <div class="box">
        <h1>MORPHYNE</h1>
        <p>Network infrastructure services.</p>
        <p>Status: operational</p>
    </div>
</body>
</html>