15 lines
320 B
HTML
15 lines
320 B
HTML
|
<!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>
|