Skip to content

Commit 6c4809b

Browse files
authored
v2.68
1 parent 614cf69 commit 6c4809b

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

mcatalog.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,21 @@
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>

0 commit comments

Comments
 (0)