Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>Einfahrtstor auf- und zumachen!</title>
  5. <style type="text/css">
  6. h2 { margin-bottom:5px; }
  7. </style>
  8. </head>
  9. <body>
  10.  
  11. <h1>Einfahrtstor</h1>
  12.  
  13.  
  14.  
  15. <form action="/?pinD3=1" target="ifr">
  16. <table border="0" cellpadding="5" cellspacing="0" bgcolor="#E0E0E0">
  17. <tr>
  18. <td align="right">Auf/Zu:</td>
  19. <td>
  20. <input type="submit" value=" Start ">
  21. </td>
  22. </tr>
  23. </table>
  24. </form>
  25. <iframe name="ifr" style="display:none;" width="0" height="0"></iframe>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement