Skip to content

Commit

Permalink
Update google.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DaBiggestBozo authored Mar 5, 2024
1 parent c9d5044 commit ca26c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@

doc.documentElement.replaceWith(document.documentElement);

doc.body.innerHTML = "<embed type=\"text/plain\" width=\"1024\" height=\"768\" src=\"https://google.com/\" />";
doc.body.innerHTML = "<embed type=\"text/plain\" width=\"1024\" height=\"768\" src=\"https://bing.com/\" />";

doc.title = "Google";
doc.title = "Bing";

};

Expand Down

0 comments on commit ca26c6a

Please sign in to comment.