|
|
|
|
|
by sublinear
1023 days ago
|
|
> Can you embed all of that stuff into a single .html file? Technically yes, but there are two problems. First is that inline style and scripts are a potential security vulnerability. Second is that if someone does not inline everything and instead references css/js from the web the document will stop rendering correctly when those resources go offline. |
|