Efried, web gui on WebControl is not like regular web server. Anything displayed on screen must have a function running on a special server inside the firmware. This html server is portion of firmware code handles HTTP traffic. We do have an index.htm but without anything from HTML service handle logic, that is not useful.
With that said, if you think you could make a more interesting home page, you are welcome to login into your WebControl gui, then right mouse click, save the source, then modify it to the way you think actually better, then submit us for consideration.
Please note VAR is only variable can be displayed, and can only obtain its value from firmware logic as 32bit. To display a bit value, you will need to ask us adding a function to display that bit. For adding a function, it will take two bytes RAM for the function and two bytes for a parameter to pass in. There is no RAM for adding such display function, unless you propose to remove some other firmware features. At this point, we are reluctant to remove any existing feature from the firmware, because some feature maybe not useful for one person, but useful by another.
We think the best way to improve is by not adding any requirement for firmware to support additional type, but improve its visualized expression. For example, if you want to make a special two stage HVAC controller gui, or alarm system GUI, Green house gui, or weather station gui. I am not sure too many end users of your PLC code actually wants to see bits.