Advertisement
Futterama

For John

Nov 3rd, 2015
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.61 KB | None | 0 0
  1.         buf = buf.."<h1> ESP Web Controller</h1>";
  2.         buf = buf.."<p>Switch 1 <a href=\"?pin1=ON\"><button style= \"width:150px;height:150px;font-size:100px;background-color:green;\">On</button></a>&nbsp;<a href=\"?pin1=OFF\"><button style= \"width:150px;height:150px;font-size:100px;background-color:green;\">Off</button></a></p>";
  3.         buf = buf.."<p>Switch 2 <a href=\"?pin2=ON\"><button style= \"width:150px;height:150px;font-size:100px;background-color:green;\">On</button></a>&nbsp;<a href=\"?pin2=OFF\"><button style= \"width:150px;height:150px;font-size:100px;background-color:green;\">Off</button></a></p>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement