find . -type f -name "*.html" -exec sed -i 's|http://127.0.0.1|https://springfieldohio.live|g' {} +
