Hello,
Web pages can be stored on any media accesible via MFS. There exist the following examples:
-web pages stored on USB memory stick (/demo/web_hvac)
-web pages stored on SD card (TWR-K60N512 Quick start)
It is also possible to use FFS and store web pages on NAND flash. HTTPSRV application can access different file systems via aliases. For example your web browser can access web page like:
http://192.168.1.202/usb/index.html
and via HTTPSRV aliases this can be mapped to
a:/index.html
where a:/ is an MFS installed on whatever media (USB mass storage, SD card, ffs+NAND flash, external NOR flash via flashx).