Weird take. Web browsers are document display systems that got a bunch built on top of them. Old websites are just documents. Web browsers are meant to render them. New websites are a single html entry point that hands all website construction to JavaScript which then creates a fake document in memory for the web browser to render.
Which one is the convoluted, hard to implement and support one?