So, first of all, I have a theoretical question.
Is there any way that I can upload a small, minimal text/HTML file to my Arduino Uno ?
The reason I ask is because I am building a web-interface to interact with my Arduino, and uploading the HTML/CSS, line-by-line is increasingly frustrating, not to mention prone to errors and bugs.
And that is why I was wondering that maybe I could store an HTML/CSS file in my Arduino's local storage (if there is any) and then parse it in my code and send it to the connected clients (via my Ethernet shield)?
Is this possible, and is there any other way to achieve this ?
If you have any more doubts relating to my question, please include it in your answer to I can clarify further.