I am trying to send a webpage using TM4c1294 from my sd card based on the example project 'enet_lwip'. To be honest i don't quite understand Javascript and web based programming in details. The problem i faced is that i don't understand how the tiva will go to my sd card and open the webpage (based on what is written in the description of 'enet_lwip') this is because from what i see, is that the webpage is obtain from 'enet_fsdata.h' which is using 'makefsfile utility' to generate the c code from 'fs folder'. If that is the case then how would the launchpad actually project a webpage from my sd card? I hope for some guidance in this area