Deno re-write
This commit is contained in:
20
routes/index.tsx
Normal file
20
routes/index.tsx
Normal file
@ -0,0 +1,20 @@
|
||||
import SocialLinks from "../components/SocialLinks.tsx";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<img
|
||||
src="/logo.webp"
|
||||
alt="A drawing of Atridad Lahiji by Shelze!"
|
||||
height={200}
|
||||
width={200}
|
||||
/>
|
||||
|
||||
<h1 class="bg-gradient-to-r from-primary via-secondary to-accent bg-clip-text text-transparent text-6xl font-bold">
|
||||
Atridad Lahiji
|
||||
</h1>
|
||||
|
||||
<SocialLinks />
|
||||
</>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user