Init
This commit is contained in:
commit
cbc2831c37
7 changed files with 597 additions and 0 deletions
24
static/search.html
Normal file
24
static/search.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue