Reverted all changes back to version 4163372a17

This commit is contained in:
[dyad]
2026-01-20 12:14:35 +01:00
parent 499d14cf5b
commit ed3b1af8a0
4 changed files with 144 additions and 84 deletions

View File

@@ -7,12 +7,11 @@ export default function Home() {
<main className="flex-grow flex items-center justify-center p-4 sm:p-8">
<div className="flex flex-col gap-8 items-center w-full max-w-2xl">
<div className="text-center space-y-2">
<h1 className="text-3xl sm:text-5xl font-bold text-foreground tracking-tight">
Website Meta Tag Extractor
<h1 className="text-3xl sm:text-4xl font-bold text-foreground">
Meta Tag Extractor
</h1>
<p className="text-lg text-muted-foreground">
Instantly pull the title, description, and preview image from any
URL.
<p className="text-muted-foreground">
Enter a URL to extract its meta title and description.
</p>
</div>
<MetaForm />