mirror of
https://xfnw.ttm.sh/git/huntnw.git
synced 2024-09-14 21:13:31 +00:00
19 lines
557 B
HTML
19 lines
557 B
HTML
<!DOCTYPE HTML>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>huntnw</title>
|
|
|
|
<h1>huntnw</h1>
|
|
a powerful regex-based search engine
|
|
<div class='wrapper'>
|
|
<div class='box search-container'>
|
|
<form action="./">
|
|
<input type="text" placeholder="Search.." name="q">
|
|
<button type="submit"><i class="fa fa-search"></i></button>
|
|
</form>
|
|
</div>
|
|
|
|
|