LibreY

- privacy respecting meta search engine
git clone git://git.acid.vegas/LibreY.git
Log | Files | Refs | Archive | README | LICENSE

index.php (707B)

      1 <?php require "misc/header.php"; ?>
      2     <title>SuperLibreX</title>
      3     </head>
      4     <body>
      5         <form class="search-container" action="search.php" method="get" autocomplete="off">
      6                 <h1><span class="Y">S</span>uperLibre<span class="Y">X</span></h1>
      7                 <input type="text" name="q" autofocus/>
      8                 <input type="hidden" name="p" value="0"/>
      9                 <input type="hidden" name="t" value="0"/>
     10                 <input type="submit" class="hide"/>
     11                 <div class="search-button-wrapper">
     12                     <button name="t" value="0" type="submit">Surfs Up 🏄♂🌊</button>
     13                 </div>
     14         </form>
     15 <?php require "misc/footer.php"; ?>