Code xample:
if (i==0)
{
request->send_P(200, "text/plain", "hello word";
}
else
{
request->send_P(200, "text/html", "<!DOCTYPE HTML><html><body><link rel=""stylesheet"" href=""https://use.fontawesome.com/releases/v5.7.2/css/all.css"" integrity=""sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"" crossorigin=""anonymous""><i class=""fas fa-thermometer-half""></i>""</body>""</html>");
}
Why I can't see the picture?
thank you