pjalocha / esp32-ogn-tracker

OGN Tracker implementation on ESP32 devices
56 stars 27 forks source link

HTTP minimalistic CSS framework, and clean up HTML code #36

Closed lupus78 closed 3 years ago

lupus78 commented 3 years ago

I have tuned the Wifi web interface with some CSS code to make it look nicer. There were some broken codes, and extensive use of <table> elements, which should be avoided according to recent web standards. Made a common Html start and end function. I has the css code and the headers plus the menu. Form also got a helper function to make a row of input.

image

image

image