forked from hnhx/librex
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.php
19 lines (17 loc) · 830 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php require "misc/header.php"; ?>
<title>LibreX</title>
</head>
<body>
<form class="search-container" action="search.php" method="get" autocomplete="off">
<h1>Libre<span class="X">X</span></h1>
<input type="text" name="q" autofocus/>
<input type="hidden" name="p" value="0"/>
<input type="hidden" name="t" value="0"/>
<input type="submit" class="hide"/>
<div class="search-button-wrapper">
<button name="t" value="0" type="submit">Search with LibreX</button>
<button name="t" value="3" type="submit">Search torrents with LibreX</button>
</div>
</form>
<style>.footer-container{position:fixed;}</style>
<?php require "misc/footer.php"; ?>