basically just your average cs student slop site schtormm.nl
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add favicon

+3
app/favicon.ico

This is a binary file and will not be displayed.

+3
app/layout.tsx
··· 14 14 }>) { 15 15 return ( 16 16 <html lang="en" className={GeistSans.className}> 17 + <head> 18 + <link rel="icon" href="/favicon.ico" sizes="any" /> 19 + </head> 17 20 <body>{children}</body> 18 21 </html> 19 22 );