Advertisement
tomateblue

index.html

Aug 28th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1. <html>
  2. <head>
  3.   <title>
  4.      Porta Leao
  5.   </title>
  6. </head>
  7.  
  8. <body>
  9.      <center>
  10.       <h1>Menu de Butoes Porta<h1>
  11.       <form action="/" method="post">
  12.          <input type="submit" name="submit" value="OPEN" style="width: 100px; height: 100px">
  13.          <input type="submit" name="submit" value="CLOSE" style="width: 100px; height: 100px">
  14.      </center>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement