Add App.jsx
This commit is contained in:
11
src/App.jsx
Normal file
11
src/App.jsx
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
import React from "react"
|
||||||
|
|
||||||
|
export default function App() {
|
||||||
|
return (
|
||||||
|
<div style={{ fontFamily: "sans-serif", maxWidth: 600, margin: "80px auto", textAlign: "center" }}>
|
||||||
|
<h1>🚀 2SECURE Dev Platform</h1>
|
||||||
|
<p>Auto-deploy działa! Każdy push do Gitea deployuje tę aplikację automatycznie.</p>
|
||||||
|
<p style={{ color: "#666", fontSize: 14 }}>Powered by Gitea + Woodpecker CI + Traefik</p>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user