commit 36b335eae3d75502ab365d1e06b1a9c03b86442f Author: axel Date: Wed Mar 25 01:39:35 2026 +0000 Adicionar index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..413cb0c --- /dev/null +++ b/index.html @@ -0,0 +1,225 @@ + + + + + + GitFur Pages — Funcionou! + + + + +
+
+
+ +
+
gitea-pages ativo
+ 🐾 +

Funcionou, uwu!

+

+ Seu gitea-pages-static está rodando e servindo arquivos corretamente.
+ Faça push de qualquer HTML na branch gitea-pages e ele aparece aqui automaticamente. +

+ +
+
+ $ + git checkout -b gitea-pages +
+
+ $ + echo "ola mundo" > index.html +
+
+ $ + git add . && git commit -m "minha página" +
+
+ $ + git push origin gitea-pages +
+
+ # webhook dispara → arquivo aparece aqui ✓ +
+
+ +
+ +
+ servido por nginx · deploy via gitea-pages-static · GitFur 🐾 +
+
+ + \ No newline at end of file