Bigger buttons
This commit is contained in:
13
src/main.cpp
13
src/main.cpp
@@ -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>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user