123456789101112131415161718 |
- <?php require_once "misc/header.php"; ?>
- <title>LibreY</title>
- </head>
- <body>
- <form class="search-container" action="search.php" method="get" autocomplete="off">
- <h1>Libre<span class="Y">Y</span></h1>
- <h5>A privacy respecting free as in freedom meta search engine.</h5>
- <input type="text" name="q" autofocus/>
- <input type="hidden" name="p" value="0"/>
- <input type="hidden" name="t" value="0"/>
- <input type="submit" class="hide"/>
- <div class="search-button-wrapper">
- <button name="t" value="0" type="submit"><?php printtext("search_button"); ?></button>
- <button name="t" value="3" type="submit"><?php printtext("torrent_search_button"); ?></button>
- </div>
- </form>
- <?php require_once "misc/footer.php"; ?>
|