Skip to content

Site has no favicon.ico or apple-touch-icon (inline SVG only) #134

Description

@yakew7

index.html, profiler.html, and every generated explainer page use a data-URI inline SVG for <link rel="icon">. That's fine in current Chrome/Firefox, but:

  • iOS "Add to Home Screen" needs an apple-touch-icon
  • some browser tab / bookmark-bar contexts still fall back poorly without a real favicon.ico

Request: export a couple of static icon files (16/32/180px) from the same brick-red circle mark already used for the inline SVG, and add the standard <link rel="icon" href="/favicon.ico"> / <link rel="apple-touch-icon"> tags alongside the existing inline SVG (which can stay as the modern-browser fallback).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions