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>"
"<style type='text/css'>"
"button {"
"width: 100;"
"height: 100;"
"width: 25%;"
"height: 200;"
"font-size:20px;"
"} "
"</style>"
"</head>"
"<body>"
"<a href='http://192.168.10.141/close'><button>CLOSE</button></a>"
"<a href='http://192.168.10.141/open'><button>OPEN</button></a>"
"<a href='http://192.168.10.141/rev'><button>REV</button></a>"
"<a href='http://192.168.10.141/fwd'><button>FWD</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 (Full)</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>Open (A bit)</button></a>"
"</body>"
"</html>";