From c3f149c54ea78b99322b623201c29e1d41353219 Mon Sep 17 00:00:00 2001 From: Mariusz Date: Fri, 20 Feb 2026 12:12:37 +0000 Subject: [PATCH] Add App.jsx --- src/App.jsx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/App.jsx diff --git a/src/App.jsx b/src/App.jsx new file mode 100644 index 0000000..1edbf29 --- /dev/null +++ b/src/App.jsx @@ -0,0 +1,11 @@ +import React from "react" + +export default function App() { + return ( +
+

🚀 2SECURE Dev Platform

+

Auto-deploy działa! Każdy push do Gitea deployuje tę aplikację automatycznie.

+

Powered by Gitea + Woodpecker CI + Traefik

+
+ ) +}