mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-02-06 14:42:40 +00:00
Initial commit
This commit is contained in:
11
components/pages/home/header.tsx
Normal file
11
components/pages/home/header.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
const Header: React.FC = () => {
|
||||
return (
|
||||
<header className="h-screen w-screen flex place-content-center">
|
||||
<div className="place-content-center">
|
||||
<h1 className="text-2xl font-bold">tuna2134</h1>
|
||||
</div>
|
||||
</header>
|
||||
)
|
||||
}
|
||||
|
||||
export default Header;
|
||||
Reference in New Issue
Block a user