24 lines
772 B
HTML
24 lines
772 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>TailsX</title>
|
||
|
<link rel="stylesheet" type="text/css" href="./style.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<form action="/search" class="search-container" method="post" autocomplete="off">
|
||
|
<h1>Tails<span class="X">Go</span></h1>
|
||
|
<input type="text" name="q" autofocus />
|
||
|
<input type="submit" class="hide" />
|
||
|
<div class="search-button-wrapper">
|
||
|
<button name="t" type="submit">Search with TailsGo</button>
|
||
|
<button name="t" type="submit">Search images with TailsGo</button>
|
||
|
</div>
|
||
|
</form>
|
||
|
</body>
|
||
|
|
||
|
</html>
|