feat: add favicon + title

This commit is contained in:
2025-01-18 01:09:01 +01:00
parent d4cccacc28
commit ed2c9acc4a
4 changed files with 6 additions and 509 deletions

View File

@@ -11,7 +11,10 @@ export default function Home(props: PageProps) {
<RedirectSearchHandler />
<KMenu type="main" context={false} />
<MainLayout url={props.url}>
<h1 class="text-4xl mb-4 mt-3 text-white">Resources</h1>
<h1 class="text-4xl mb-4 mt-3 text-white flex gap-2">
<img src="/favicon.png" class="w-8 h-8 inline" />
Resources
</h1>
<div class="flex flex-wrap items-center gap-4">
{Object.values(resources).filter((v) => v.link !== "/").map((m) => {
return (