ESP8266-Captive-Portal icon indicating copy to clipboard operation
ESP8266-Captive-Portal copied to clipboard

Is it possible to add device vendor name before copyright logo?

Open SSBhaumik opened this issue 2 years ago • 1 comments

Is it possible to add device vendor name before copyright logo?

SSBhaumik avatar Jan 08 '22 21:01 SSBhaumik

you can add a logo with this line in the string h:

String h = "

" + a + " :: " + t + "" "<meta name=viewport content="width=device-width,initial-scale=1">" "" "<meta charset="UTF-8">" "<div style="text-align:center;"><img src='YOU NEED PUT HERE THE LOGO IMAGE CONVERTED TO BASE64 CODE' alt="logo">

" + t + "

"; return h;

Danysevian avatar Feb 22 '23 22:02 Danysevian