We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75c13a commit c5782bcCopy full SHA for c5782bc
public/rickroll.png
185 KB
src/routes/(home)/index.tsx
@@ -38,6 +38,12 @@ function App() {
38
39
return (
40
<section className="flex min-h-screen w-full flex-col justify-start gap-8 bg-white py-8 *:z-1 md:px-8 lg:px-16 xl:px-32">
41
+ <h1 className="font-bold text-2xl">
42
+ NEVER GONNA GIVE YOU UP, NEVER GONNA LET YOU DOWN, NEVER GONNA
43
+ RUN AROUND AND DESERT YOU
44
+ </h1>
45
+ <img alt="rickroll" src="/rickroll.png" />
46
+ <h2>YOU JUST LOST THE GAME</h2>
47
<div className="flex w-fit flex-col gap-2 px-4">
48
<p className="text-black dark:text-slate-100">
49
I love{" "}
0 commit comments