2022-03-11 06:04:36 -03:00
|
|
|
<?php require "misc/header.php"; ?>
|
2022-02-25 06:42:32 -03:00
|
|
|
|
2022-03-01 13:28:37 -03:00
|
|
|
<title>LibreX</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">
|
2022-05-19 06:46:39 -04:00
|
|
|
<h1>Libre<span class="X">X</span></h1>
|
2022-02-25 06:42:32 -03:00
|
|
|
<input type="text" name="q"/>
|
|
|
|
<input type="hidden" name="p" value="0"/>
|
|
|
|
<input type="hidden" name="type" 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">
|
|
|
|
<button name="type" value="0" type="submit">Search with LibreX</button>
|
2022-02-25 16:34:16 -03:00
|
|
|
<button name="type" value="3" type="submit">Search torrents with LibreX</button>
|
2022-02-25 06:42:32 -03:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
|
2022-05-15 04:34:46 -04:00
|
|
|
<?php require "misc/footer.php"; ?>
|