Advertisement
Guest User

index.php

a guest
Nov 25th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>test</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
  7. </head>
  8.  
  9. <body style="BACKGROUND-COLOR: #c1c1c1">
  10.  
  11. <form action="wys.php" method="post">
  12. <input type="number" name="wartosc" />
  13. <input type="submit" value="wyslij" />
  14. </form>
  15.  
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement