title fororog

This commit is contained in:
nelle 2024-08-18 01:20:18 -06:00
parent 5f67f562ac
commit 3dd4586e37

View file

@ -12,7 +12,7 @@ const { title } = Astro.props;
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<Head /> <Head title={title}/>
<title>{title}</title> <title>{title}</title>
</head> </head>
<body onload="redirect()"> <body onload="redirect()">