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