inddex.html 558 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Pavlov_Maik_FSA3</title>
  6. <link rel="stylesheet" href="css/style.css">
  7. </head>
  8. <body>
  9. <main>
  10. <div class="block">
  11. <input type="number" id="afooter" placeholder="first namber">
  12. <input type="number" id="bfooter" placeholder="second namber">
  13. <button id="calculeit">plus</button>
  14. <input type="namber" readonly id="output" placeholder="resoult">
  15. </div>
  16. </main>
  17. <script src="script/script.js"></script>
  18. </body>
  19. </html>