Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>plist.js browser example</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. </head>
  7. <body>
  8. <script src="../../dist/plist.js"></script>
  9. <script>
  10. // TODO: add <input type=file> drag and drop example
  11. console.log(plist);
  12. </script>
  13. </body>
  14. </html>