Initial commit: Portfolio Selfmade

This commit is contained in:
2026-05-10 14:06:26 +02:00
commit afb362c80b
23 changed files with 2434 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
function App() {
return (
<div className="min-h-screen bg-black text-white flex items-center justify-center">
<h1 className="text-4xl font-bold">🚀 Portfolio</h1>
</div>
);
}
export default App;