hw05_10.html 206 B

123456789101112
  1. <head>
  2. <h1>Confirm: if this days</h1>
  3. </head>
  4. <body>
  5. <script>
  6. if (confirm("ШОПИНГ???"))
  7. alert("OK");
  8. else
  9. alert("Ты-бяка");
  10. </script>
  11. </body>