first code push in gitae

This commit is contained in:
2026-02-21 12:37:37 +05:30
commit 20da415294
26 changed files with 3646 additions and 0 deletions

13
src/component/home.jsx Normal file
View File

@@ -0,0 +1,13 @@
import React from 'react'
function Home() {
return (
<div className='container-flud mt-0 border rounded'>
<div className='container-flud mt-0 w-100 home border rounded p-5'>
<div className='m-5'><h1>Wel-Come to Our Page </h1></div>
</div>
</div>
)
}
export default Home