Hacker News new | ask | show | jobs
by iply 1589 days ago
Excuse my ignorance. What does self-contained mean? I've seen a lot of people mentioning it but haven't been able to find a good source to read from and learn more about
1 comments

That it's only the HTML file, no external files (CSS, JS, images, ...) loaded/needed.
Got it. Thanks!