Useful-links.html 611 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <base href="../../" />
  6. <script src="list.js"></script>
  7. <script src="page.js"></script>
  8. <link type="text/css" rel="stylesheet" href="page.css" />
  9. </head>
  10. <body>
  11. <h1>[name]</h1><br />
  12. <div class="desc">
  13. The following is a collection of links that you might find useful when learning Three.<br />
  14. If you find something that you'd like to add here, or think that one of the links below is no longer
  15. relevant or working, feel free to click the 'edit' button in the top right and make some changes!
  16. </div>
  17. </body>
  18. </html>