Advertisement
cnxsoft

Raspberry Pi Relay HTML On/Off

Jul 19th, 2013
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <p style="font-size:30px;">Light Control</p>
  2.  
  3. <form action="cgi-bin/lighton"
  4. method="POST">
  5. <input type="submit" style="border:1px solid #000; font-size:50px;" value="On">
  6. </form>
  7. <form action="cgi-bin/lightoff"
  8. method="POST">
  9. <input type="submit" style="border:1px solid #000; font-size:50px;" value="Off">
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement