Bigger buttons

This commit is contained in:
Joe Tretter
2022-09-15 16:51:27 -05:00
parent 97f6c01d7d
commit b15c4544fa

View File

@@ -136,16 +136,17 @@ const char* movePage =
"<head>" "<head>"
"<style type='text/css'>" "<style type='text/css'>"
"button {" "button {"
"width: 100;" "width: 25%;"
"height: 100;" "height: 200;"
"font-size:20px;"
"} " "} "
"</style>" "</style>"
"</head>" "</head>"
"<body>" "<body>"
"<a href='http://192.168.10.141/close'><button>CLOSE</button></a>" "<a href='http://192.168.10.141/close'><button>CLOSE (Full)</button></a>"
"<a href='http://192.168.10.141/open'><button>OPEN</button></a>" "<a href='http://192.168.10.141/open'><button>OPEN (Full)</button></a>"
"<a href='http://192.168.10.141/rev'><button>REV</button></a>" "<a href='http://192.168.10.141/rev'><button>Close (A bit)</button></a>"
"<a href='http://192.168.10.141/fwd'><button>FWD</button></a>" "<a href='http://192.168.10.141/fwd'><button>Open (A bit)</button></a>"
"</body>" "</body>"
"</html>"; "</html>";