cs50/search.html

17 lines
318 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>search</title>
</head>
<body>
<h1>Google</h1>
<form action="https://www.google.com/search" method="get">
<input autocomplete="false" autofocus name="q" playerholder="query" type="search">
<button>Search</button>
</form>
</body>
</html>