18 lines
No EOL
313 B
HTML
18 lines
No EOL
313 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Search results</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="remote">
|
|
<form action="/search">
|
|
<input class="typeahead" type="search" placeholder="Search" name="s">
|
|
<!--<input type="search" name="s" />-->
|
|
</form>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html> |