- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>first task</title>
- </head>
- <body>
- <!-- <canvas id="canvas" width="1024px" height="1000px"></canvas> -->
- <script src="http://code.jquery.com/jquery-3.2.1.min.js"></script>
- <script src="js/script.js">
- </script>
- </body>
- </html>
|