- String html ="<!DOCTYPE html> \
- <html> \
- <body> \
- <center><h1>FlipperZero IFTTT configuration</h1></center> \
- <form> \
- <button name=\"test1\" button style=\"color:green\" value=\"valore1\" type=\"submit\">Test1</button> \
- <button name=\"test2\" button style=\"color:green\" value=\"valore2\" type=\"submit\">Test2</button> \
- </form> \
- </body> \
- </html>";
|