From 154ee8ff30f4338375bad148156c16b98372b46f Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 11 Jun 2026 21:17:57 +0200 Subject: [PATCH] Initial: Aurea landing page --- 50x.html | 3 + Dockerfile | 4 + index.html | 282 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 289 insertions(+) create mode 100644 50x.html create mode 100644 Dockerfile create mode 100644 index.html diff --git a/50x.html b/50x.html new file mode 100644 index 0000000..7663600 --- /dev/null +++ b/50x.html @@ -0,0 +1,3 @@ + +50x +

Service Unavailable

\ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..4f84522 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM nginx:alpine +COPY index.html /usr/share/nginx/html/index.html +COPY 50x.html /usr/share/nginx/html/50x.html +EXPOSE 80 diff --git a/index.html b/index.html new file mode 100644 index 0000000..88aa03b --- /dev/null +++ b/index.html @@ -0,0 +1,282 @@ + + + + + + Aurea — O Império Começa Aqui + + + + +
🪙
+
💰
+
💎
+
🏆
+
👑
+ +
+
🎮 Simulador de Vida & Riqueza
+
+

Aurea

+

O império começa com uma escolha

+

+ Entre no mundo de Aurea, o simulador de vida online onde + sua ambição define seu destino. Construa uma mansão dos sonhos, + invista em negócios, suba na hierarquia social e torne-se a pessoa + mais rica da cidade. Cada decisão conta — e cada real pode ser o + começo de um império. +

+ +
+
+
🏠
+
Mansões dos Sonhos
+
Construa, decore e exiba sua residência dos sonhos com móveis de luxo.
+
+
+
📈
+
Mercado Vivo
+
Compre, venda, invista. O mercado é volátil e reage a eventos reais.
+
+
+
👥
+
Vida Social
+
Festeje em coberturas, frequente clubes exclusivos, forme alianças.
+
+
+
🏆
+
Ranking de Riqueza
+
Suba no placar global. Só os melhores chegam ao topo.
+
+
+
🏢
+
Impérios & Negócios
+
Abra empresas, contrate funcionários, domine setores inteiros.
+
+
+
🎭
+
Personalidade Única
+
Customize seu avatar com roupas de grife e acessórios raros.
+
+
+ + + 📩 Notifique-me + + + +

🚧 Em desenvolvimento · Em breve

+
+ + + + \ No newline at end of file