mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-22 09:10:54 +00:00
starting integrated data upload feature
This commit is contained in:
parent
47aaedfa9a
commit
b895cc7fcc
21
src/uploadData.h
Normal file
21
src/uploadData.h
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
const char INDEX[] PROGMEM = R"=====(
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
</html>
|
||||||
|
)=====";
|
||||||
|
|
||||||
|
const char CSS_NORMALIZE[] PROGMEM = R"=====(
|
||||||
|
<style></style>
|
||||||
|
)=====";
|
||||||
|
|
||||||
|
const char CSS_STYLE[] PROGMEM = R"=====(
|
||||||
|
<style></style>
|
||||||
|
)=====";
|
||||||
|
|
||||||
|
const char JS_ZEPTO[] PROGMEM = R"=====(
|
||||||
|
<script></script>
|
||||||
|
)=====";
|
||||||
|
|
||||||
|
const char JS_CONTROLS[] PROGMEM = R"=====(
|
||||||
|
<script></script>
|
||||||
|
)=====";
|
Loading…
Reference in New Issue
Block a user