Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Malowanie pokoju</title>
  7. <link rel="stylesheet" href="style.css">
  8. </head>
  9. <body>
  10. <script src="script.js"></script>
  11. <h1>Malowanie pokoju</h1>
  12. <p>
  13. <center>
  14. Wysokosc: <input id="wys" type="number"><br>
  15. Szerokosc: <input id="sz" type="number"><br>
  16. M2: <input id="m2" value='0' type="text" name="lname" disabled><br>
  17. Koszt: <input id="kszt" value='0 zł' type="text" name="lname" disabled><br>
  18. <button onclick="calc()">oblicz</button>
  19. </center>
  20. </p>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement