this repo has no description
0
fork

Configure Feed

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

favicon favicon favicon

alice d0039606 6ad26135

+18 -1
+7 -1
index.html
··· 2 2 <html lang="en"> 3 3 <head> 4 4 <meta charset="UTF-8" /> 5 - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> 5 + 6 + <!-- favicon from Twemoji (CC-BY 4.0)--> 7 + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> 8 + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> 9 + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> 10 + <link rel="manifest" href="/site.webmanifest" /> 11 + 6 12 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 13 <!-- HTML Meta Tags --> 8 14 <title>Bluesky Posts Heatmap Generator</title>
public/android-chrome-192x192.png

This is a binary file and will not be displayed.

public/android-chrome-512x512.png

This is a binary file and will not be displayed.

public/apple-touch-icon.png

This is a binary file and will not be displayed.

public/favicon-16x16.png

This is a binary file and will not be displayed.

public/favicon-32x32.png

This is a binary file and will not be displayed.

public/favicon.ico

This is a binary file and will not be displayed.

+11
public/site.webmanifest
··· 1 + { 2 + "name": "", 3 + "short_name": "", 4 + "icons": [ 5 + { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, 6 + { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } 7 + ], 8 + "theme_color": "#ffffff", 9 + "background_color": "#ffffff", 10 + "display": "standalone" 11 + }