We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfcb62 commit b33d2b7Copy full SHA for b33d2b7
components/header.tsx
@@ -5,9 +5,21 @@ export default function Header() {
5
return (
6
<div className="p-10 pb-10 bg-zinc-100">
7
<h1 className="mb-5 text-4xl font-bold">llms.txt directory</h1>
8
- <p className="mb-5 text-lg">
+ <p className="mb-1 text-lg">
9
A list if all the llms.txt based files location with some stats.
10
</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>
23
<p className="text-sm mb-2">
24
Contribute to the repository below to add more locations.
25
0 commit comments