commit 430244e9033096a543f008dba64aa0e3a5479de5 Author: Carlos Date: Thu Jun 11 21:17:56 2026 +0200 Initial: TerraVerse landing page 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..2e17979 --- /dev/null +++ b/index.html @@ -0,0 +1,311 @@ + + + + + + TerraVerse — O Novo Mundo te Espera + + + + + + +
+
+
+
+
+ +
🌎 Geo-Location · AR · NFT
+ +

TerraVerse

+ +

+ Explore o mundo real, conquiste territórios, construa seu império. + O game de realidade aumentada que vai redefinir a propriedade virtual. +

+ +
+
+ 🗺️ +

Explore

+

Caminhe pelo mundo real e descubra parcelas de terra disponíveis perto de você.

+
+
+ ⚔️ +

Conquiste

+

Reivindique territórios, dispute áreas estratégicas e expanda seu domínio.

+
+
+ 🏗️ +

Construa

+

Edifique construções virtuais no mundo real e gere renda passiva.

+
+
+ 💎 +

Monetize

+

Negocie terras, colete recursos e transforme seu jogo em ganhos reais.

+
+
+ +
+ + Em desenvolvimento — Disponível em breve +
+ + +
+ + + + \ No newline at end of file