a simple pds frontend for listing accounts and generating invite codes
1
fork

Configure Feed

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

add favicon via blobs.blue

Winter f7bd53ed e7514e12

+1 -1
+1 -1
src/app.html
··· 2 2 <html lang="en"> 3 3 <head> 4 4 <meta charset="utf-8" /> 5 - <link rel="icon" href="%sveltekit.assets%/favicon.png" /> 5 + <link rel="icon" href="https://blobs.blue/did:plc:7exy3k53z33dvghn6edyayxt/avatar@png" /> 6 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 7 %sveltekit.head% 8 8 </head>