Initial commit: Portfolio Selfmade
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user