ESP8266 store wep page on ext I2C eeprom?

Title probably says it all, but can you use an external I2C EEPROM to store webpages for the web server?
And I guess the same for storing screens for the little I2C OLED displays.

esp8266 can have many MB flash memory which you can use with a file system, for example SPIFFS

Then the question becomes how are you going to “load” the web pages into the eeprom.

I think a easier hobbiest method is to use SD cards. You can save the pages easily from the computer and then move the SD card to the project.

Slumpert:
Then the question becomes how are you going to “load” the web pages into the eeprom.

I think a easier hobbiest method is to use SD cards. You can save the pages easily from the computer and then move the SD card to the project.

esp8266 Arduino has a tool for IDE to upload files to file system on flash