APIndex.h 385 B

12345678910
  1. String html ="<!DOCTYPE html> \
  2. <html> \
  3. <body> \
  4. <center><h1>FlipperZero IFTTT configuration</h1></center> \
  5. <form> \
  6. <button name=\"test1\" button style=\"color:green\" value=\"valore1\" type=\"submit\">Test1</button> \
  7. <button name=\"test2\" button style=\"color:green\" value=\"valore2\" type=\"submit\">Test2</button> \
  8. </form> \
  9. </body> \
  10. </html>";