2022-02-25 06:42:32 -03:00
|
|
|
<?php require "static/header.html"; ?>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form class="search-container" action="search.php" method="post" enctype="multipart/form-data" autocomplete="off">
|
|
|
|
<h1>Libre<span style="color:#bd93f9;">X</span></h1>
|
|
|
|
<input type="text" name="q"/>
|
|
|
|
<input type="hidden" name="p" value="0"/>
|
|
|
|
<input type="hidden" name="type" value="0"/>
|
|
|
|
<input type="submit" style="display:none"/>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<?php require "static/footer.html"; ?>
|