X-Git-Url: http://git.piffa.net/web?p=sketchbook_andrea;a=blobdiff_plain;f=iot%2Fblink_iot%2Fhtml.h;fp=iot%2Fblink_iot%2Fhtml.h;h=bb9436583a22a19397013fa317b80290c9910f6c;hp=0000000000000000000000000000000000000000;hb=b4d82b0010d746f1a0f0b4da698b26d217f1ab1f;hpb=c5a3dc4a9cc7eea224814fee4b00575e726105fa diff --git a/iot/blink_iot/html.h b/iot/blink_iot/html.h new file mode 100644 index 0000000..bb94365 --- /dev/null +++ b/iot/blink_iot/html.h @@ -0,0 +1,34 @@ +static const char* head = R"foo( +HTTP/1.1 200 OK +Content-Type: text/html + + +IoT Blink + + +)foo"; + +static const char* body = R"foo( + +
+
+

Arduino IoT Example

+

This WebApp turns On / Off the onboard LED with Arduino code.

+
+
+ + +

+)foo"; + +static const char footer[] = R"foo( +
+
+ + + + + + + +)foo";