Using this mostly as notes and quick references.
https://developer.mozilla.org/en-US/docs/Web/API/Web_components https://game-icons.net/1x1/lorc/air-zigzag.html
#4A90E2 #FFF8E7
Prettier used for formatting.
Using whatever server or host is configured for Aang needs to redirect unknow paths to root index.html
npx http-server . -P http://localhost:8080?
Without cache
npx http-server . -P http://localhost:8080? -c-1