Couldn't find this elsewhere so just gonna leave it here,
To remove the blue bar from the exported Godot HTML5 web game, add style="visibility:hidden;" to the progress element in [GAME_NAME].html. Final product looks like this:
<progress id="status-progress" style="visibility:hidden;"></progress>
๐๐๐