See website without CSS

Hi I made something hopefully it will be useful to people
Its meant to show the website without CSS/JavaScript so that people can practice recreating the html…or something similar
anyways the code is here https://github.com/stojanovskit/NoCSS
and you can try it here (its somewhat slow) https://stojanovskit.github.io/NoCSS/
hope that someone finds it useful

3 Likes

I like it.
I liked the technique of removing the style or script elements from the document and then setting the contents of the iframe to be the resulting document.

1 Like