My solutions to Harvard's online course CS50AI, An Introduction to Machine Learning
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.

15 lines
273 B

4 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>2</title>
  5. </head>
  6. <body>
  7. <h1>2</h1>
  8. <div>Links:</div>
  9. <ul>
  10. <li><a href="1.html">1</a></li>
  11. <li><a href="3.html">3</a></li>
  12. </ul>
  13. </body>
  14. </html>