|
|
|
|
|
by ricardobeat
4631 days ago
|
|
Not that simple. That would be fine for a client-side app, but not for a public-facing site: 1) no javascript = no images. crawlers/bots/archival services won't see them - google might even penalize you for broken image sources. one error in your main js file and all images are toast. needs other workarounds. 2) longer page load times unless you use inline scripts 4) extensions like readability, pinboard, weheartit, etc, might break |
|