| ▲ | manlymuppet a day ago | ||||||||||||||||
I should've been more precise with my words. What I meant is doing inspect element on the Space Jam website, and doing select all + copy. | |||||||||||||||||
| ▲ | futuraperdita a day ago | parent [-] | ||||||||||||||||
I think you're assuming a pattern existed in 1996 that didn't actually exist until the 2010s. In 1996 JavaScript was extremely limited; even server side processing was often limited to CGI scripts. There was nothing like React that was in common use at the time. The Space Jam website was almost certainly not dynamically compiled as HTML - it existed and was served as a static set of files. Even a decade later, React and the frontend-framework sort of thinking wasn't really a big thing. People had started to make lots of things with "DHTML" in the early 2000s where JavaScript was used to make things spicier (pretty animations, some server side loading with AJAX) and still often worked without JS enabled in a pattern called graceful degradation. What you'd get from "View Source", or "Inspect Element", and what was literally saved on disk of spacejam.com, was almost certainly the same content. | |||||||||||||||||
| |||||||||||||||||