Link Update Warm-Up Activity Solution
<!-- TODO: Update this html page from a google search to a yahoo search -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>search</title>
</head>
<body>
<form action="https://search.yahoo.com/search" method="get">
<input name="p" type="search">
<input type="submit" value="Search">
</form>
</body>
</html>