Open hcarter333 opened 9 months ago
The fix from here was to add a link tag:
html = """<!DOCTYPE html> <html> <head> <title>Pico W</title> <link rel="icon" href="data:;base64,iVBORw0KGgo="> </head> <body> <h1>Pico W</h1>
Actually, still getting the requests
The fix from here was to add a link tag: