index.html 595 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Document</title>
  8. <link rel="stylesheet" href="css/style.min.css">
  9. </head>
  10. <body>
  11. <select id="shop"></select>
  12. <input id='inputValue' type="number">
  13. <button id="btnBuy">buy</button>
  14. <input type="number" id="inputMoney">
  15. <table border="2" id="table">
  16. </table>
  17. <script src="js/script.js"></script>
  18. </body>
  19. </html>