Advertisement
S-trace

Untitled

Oct 25th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Кнопка</title>
  6. </head>
  7. <body>
  8. <form action="/gpio/0">
  9. <p>
  10. <button type="submit">
  11. <img src="images/umbrella.gif" alt="Погасить" style="vertical-align:middle">
  12. </button>
  13. </p>
  14. </form>
  15. <form action="/gpio/1">
  16. <p>
  17. <button type="submit">
  18. <img src="images/umbrella.gif" alt="Зажечь" style="vertical-align:middle">
  19. </button>
  20. </p>
  21. </form>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement