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