edx/project0/image.html

15 lines
320 B
HTML
Raw Normal View History

2022-11-15 00:14:28 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Image Search</title>
</head>
<body>
<br>
Image Search
<form action="https://google.com/search">
<input type="text" name="q">
<input type="submit" value="Google Search">
</form>
</body>
</html>