Skip to content

Commit b33d2b7

Browse files
committed
Update header.tsx
1 parent 7bfcb62 commit b33d2b7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

components/header.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,21 @@ export default function Header() {
55
return (
66
<div className="p-10 pb-10 bg-zinc-100">
77
<h1 className="mb-5 text-4xl font-bold">llms.txt directory</h1>
8-
<p className="mb-5 text-lg">
8+
<p className="mb-1 text-lg">
99
A list if all the llms.txt based files location with some stats.
1010
</p>
11+
<p className="mb-5 text-lg">
12+
The llms.txt is derived from the{" "}
13+
<a
14+
href="https://llmstxt.org"
15+
target="_blank"
16+
rel="noopener noreferrer"
17+
className="underline underline-offset-4 hover:text-blue-500"
18+
>
19+
llmstxt.org
20+
</a>{" "}
21+
standard.
22+
</p>
1123
<p className="text-sm mb-2">
1224
Contribute to the repository below to add more locations.
1325
</p>

0 commit comments

Comments
 (0)