inddex.html 608 B

1234567891011121314151617181920
  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. <h1 style = color:white>hellow World</h1>
  11. <div class="block">
  12. <input type="number" id="afooter" placeholder="first namber">
  13. <input type="number" id="bfooter" placeholder="second namber">
  14. <button id="calculeit">plus</button>
  15. <input type="namber" readonly id="output" placeholder="resoult">
  16. </div>
  17. </main>
  18. <script src="script/script.js"></script>
  19. </body>
  20. </html>