The files you serve to the browser are static, not the contents of the page itself
Updating the dom can happen with only individual assets, so it’s a static site
for example you can service static sites from S3 that have HTML/CSS/JS but no API or DB