Pregunta

I want to display the file structure of the my project folder (downloaded from my site only) in the user/client's web browser even when user is offline.

Example:

my_project/
│ css/
│ │ style.css

│ js/
│ │ js.js

└ index.html

when user opens index.html on web browser the above file structure must be generated automatically.

My biggest problem is, i don't know how to achieve cross browser compatibility.

Note: I have already tried http://jslib.mozdev.org/ but i got nothing.

No hay solución correcta

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top