You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

oef3.html 518B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  7. <title>Document</title>
  8. <link rel="stylesheet" type="text/css" href="main.css" />
  9. </head>
  10. <body>
  11. <div id="oef3">
  12. <p id="win"></p>
  13. <button id="btn"></button>
  14. </div>
  15. <script src="scripts/oef3.js"></script>
  16. </body>
  17. </html>