The code change: https://www.val.town/pulls/8cb2f7a0-14aa-11ef-95c7-cab58f787...
https://stevekrouse-staticwordle.web.val.run/eyJhbnN3ZXIiOiJ...
Every website in history runs app code on client (HTML is a programming language)
Yes, that's what I said.
> If you download a static site and then clicked Save from the browser, you could then open the saved HTML content and it appear exactly as it did from calling the URL.
I don't really follow this. You could do that for literally any website, not just static sites.
Except you can't for any website that updates the page with AJAX calls to update the page in whatever manner. If it's a static site, links from one page will go to another flat file again without needing to retrieve anything rendered by a server. This isn't really a difficult concept to understand, yet it is somehow constantly being confused
Bug report: this gives a yellow square for a letter that should be gray, when that letter occurs elsewhere in the word and the guess already has it in the right place. So e.g. if the word is ABCDE and you guess ABCDD it gives green for the first D and yellow for the second D (which should be gray).
Edit: It allows me to guess invalid words.