2022-03-11 06:04:36 -03:00
|
|
|
<?php require "misc/header.php"; ?>
|
2022-02-25 06:42:32 -03:00
|
|
|
|
2023-08-02 10:18:21 -04:00
|
|
|
<title>LibreY</title>
|
2022-02-25 06:42:32 -03:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-07-15 09:50:23 -04:00
|
|
|
<form class="search-container" action="search.php" method="get" autocomplete="off">
|
2023-08-02 10:18:21 -04:00
|
|
|
<h1>Libre<span class="Y">Y</span></h1>
|
2022-12-28 07:20:38 -03:00
|
|
|
<input type="text" name="q" autofocus/>
|
2022-02-25 06:42:32 -03:00
|
|
|
<input type="hidden" name="p" value="0"/>
|
2022-10-25 08:02:01 -03:00
|
|
|
<input type="hidden" name="t" value="0"/>
|
2022-05-19 06:46:39 -04:00
|
|
|
<input type="submit" class="hide"/>
|
2022-02-25 06:42:32 -03:00
|
|
|
<div class="search-button-wrapper">
|
2023-08-02 10:18:21 -04:00
|
|
|
<button name="t" value="0" type="submit">Search with LibreY</button>
|
|
|
|
<button name="t" value="3" type="submit">Search torrents with LibreY</button>
|
2022-02-25 06:42:32 -03:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
|
2022-05-15 04:34:46 -04:00
|
|
|
<?php require "misc/footer.php"; ?>
|