28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Search with Ocásek</title>
|
|
<link rel="stylesheet" href="/static/css/style.css">
|
|
<link rel="search" type="application/opensearchdescription+xml" title="Ocásek" href="/opensearch.xml">
|
|
</head>
|
|
<body>
|
|
<div class="settings-search-div settings-search-div-search">
|
|
<a class="material-icons-round clickable" href="/settings">tune</a>
|
|
</div>
|
|
<form action="/search" class="search-container" method="post" autocomplete="off">
|
|
<h1>Ocásek</h1>
|
|
<div class="wrapper">
|
|
<input type="text" name="q" autofocus id="search-input" placeholder="Type to search..." />
|
|
<button id="search-wrapper-ico" class="material-icons-round" name="t" value="text" type="submit">search</button>
|
|
<!-- <a id="clearSearch" class="material-icons-round">close</a> -->
|
|
</div>
|
|
<div class="search-button-wrapper">
|
|
<input type="hidden" name="p" value="1">
|
|
<button name="t" value="text" type="submit">Search Text</button>
|
|
<button name="t" value="image" type="submit">Search Images</button>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|