<!DOCTYPE html>

<html>

<head>

  <title>Amethora Studios</title>

  <style>

    body { font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #1a1a1a; color: #ffffff; }

    .container { text-align: center; }

  </style>

</head>

<body>

  <div class="container">

    <h1>Amethora Studios</h1>

    <p>Infrastructure Initialized. Secure routing active.</p>

  </div>

</body>

</html>