index.html 537 B

123456789101112131415161718
  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>Homework</title>
  8. <link rel="stylesheet" href="styles.css" />
  9. </head>
  10. <body>
  11. <h2>FetchBasic</h2>
  12. <table class="semen" id="semen"></table>
  13. <h2>FetchImproved</h2>
  14. <table class="coco" id="coco"></table>
  15. <h2>FetchImprovedRecursion</h2>
  16. <table class="oil" id="oil"></table>
  17. </body>
  18. </html>