index.php 896 B

123456789101112131415161718
  1. <?php require_once "misc/header.php"; ?>
  2. <title>LibreY</title>
  3. </head>
  4. <body>
  5. <form class="search-container" action="search.php" method="get" autocomplete="off">
  6. <h1>Libre<span class="Y">Y</span></h1>
  7. <h5>A privacy respecting free as in freedom meta search engine.</h5>
  8. <input type="text" name="q" autofocus/>
  9. <input type="hidden" name="p" value="0"/>
  10. <input type="hidden" name="t" value="0"/>
  11. <input type="submit" class="hide"/>
  12. <div class="search-button-wrapper">
  13. <button name="t" value="0" type="submit"><?php printtext("search_button"); ?></button>
  14. <button name="t" value="3" type="submit"><?php printtext("torrent_search_button"); ?></button>
  15. </div>
  16. </form>
  17. <?php require_once "misc/footer.php"; ?>