def load_page(path): with open(path, "r") as file: html_text = file.read() return html_text