19 lines
746 B
PHP
19 lines
746 B
PHP
<?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">Cerca</button>
|
|
<button name="t" value="3" type="submit">Cerca Torrents</button>
|
|
</div>
|
|
</form>
|
|
|
|
<?php require "misc/footer.php"; ?>
|