From 8de02817d17f8dfdf67bfb631fefef8d96f5b5c4 Mon Sep 17 00:00:00 2001 From: Carlos Date: Sat, 4 Jul 2026 01:28:20 +0200 Subject: [PATCH] feat: add Tibia Simulator Em Breve --- pages/apps/tibia/index.jsx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/apps/tibia/index.jsx diff --git a/pages/apps/tibia/index.jsx b/pages/apps/tibia/index.jsx new file mode 100644 index 0000000..94a7b79 --- /dev/null +++ b/pages/apps/tibia/index.jsx @@ -0,0 +1,11 @@ +export default function Tibia() { + return ( +
+
⚔️
+

Tibia Simulator

+

Click to Earn • Simulação de Resultados

+

Um game de simulação medieval estilo Tibia. Conquiste territórios, acumule gold, suba de nível.

+ Em Breve +
+ ) +}