The developer has not uploaded a game yet...

<!DOCTYPE html>

<html lang="pt-BR">

<head>

  <meta charset="UTF-8">

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

  <title>Meu Site Simples</title>

</head>

<body style="margin:0; font-family:Arial, sans-serif; background:linear-gradient(to right, #3b82f6, #4f46e5); color:white; text-align:center; min-height:100vh; display:flex; flex-direction:column; justify-content:center; align-items:center;">

  <h1 style="font-size:2.5rem; margin-bottom:16px;">🌐 Meu Site Simples</h1>

  <p style="font-size:1.125rem; max-width:400px; margin-bottom:24px;">

    Bem-vindo ao meu primeiro site! Este é um exemplo básico feito apenas com HTML e CSS inline.

  </p>

  <a href="#" style="background:white; color:#2563eb; padding:10px 24px; border-radius:9999px; font-weight:600; text-decoration:none; transition:background-color 0.3s;">

    Saiba mais

  </a>

</body>

</html>