index.html 300 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>first task</title>
  6. </head>
  7. <body>
  8. <!-- <canvas id="canvas" width="1024px" height="1000px"></canvas> -->
  9. <script src="http://code.jquery.com/jquery-3.2.1.min.js"></script>
  10. <script src="js/script.js">
  11. </script>
  12. </body>
  13. </html>