File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Links Catalog </ title >
6+ < title > Math </ title >
77 < script src ="https://cdn.tailwindcss.com "> </ script >
88</ head >
99< body class ="bg-zinc-950 text-zinc-100 min-h-screen ">
1010 < div class ="max-w-6xl mx-auto px-6 py-12 ">
1111 < header class ="flex flex-col md:flex-row md:items-center md:justify-between gap-6 mb-12 ">
1212 < div >
13- < h1 class ="text-4xl md:text-5xl font-bold tracking-tight "> Links Catalog</ h1 >
14- < p class ="text-zinc-400 mt-2 "> Organized. Clean. Fast.</ p >
13+ < h1 class ="text-4xl md:text-5xl font-bold tracking-tight "> Math Catalog</ h1 >
1514 </ div >
1615 < div class ="w-full md:w-80 ">
1716 < input id ="searchInput " type ="text " placeholder ="Search links... " class ="w-full px-4 py-3 rounded-2xl bg-zinc-900 border border-zinc-800 focus:outline-none focus:ring-2 focus:ring-indigo-500 " />
1817 </ div >
1918 </ header >
2019
2120 < div id ="categories " class ="space-y-12 "> </ div >
22-
23- < footer class ="mt-20 text-center text-zinc-500 text-sm ">
24- © 2026 Links Catalog
25- </ footer >
2621 </ div >
2722
2823 < script >
You can’t perform that action at this time.
0 commit comments