<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <title>Anomaly Studios — Under Construction</title>

  <link rel="stylesheet" href="style.css" />

</head>

<body>

  <main class="container">

    <h1>Anomaly Studios</h1>

    <p class="subtitle">Our world is under construction.</p>

    <p class="note">We’re building something worth the wait.</p>

  </main>

</body>

</html>