The WebView.swift file uses an if-else structure to load the local html file or google.com. Essentially, if it can't load the local html file, it will load google.com. Every time the app initializes, it will not load the local html, falling back to the "else" logic to load google.com instead.