blob: 085770061543dd915c6aad941659383a503c17f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<div id="header">
<a style="color:white; font-weight:bold; font-size:43px; padding-left: 20px;" href="<?php echo SITEURL; ?>"><?php echo SITENAMELONG; ?></a><br />
<span style="font-weight: bold; font-size: 19px; padding-top: 20px; padding-left: 20px;">Bittorrent au service du libre !</span>
<form action="<?php echo SITEURL; ?>/recherche.php" method="post" id="rechercher" name="rechercher">
<div id="recherche">
<input type="text" alt="" name="requete" class="recherche" placeholder="Rechercher un torrent ...">
<input type="submit" alt="" value="" class="valider">
<span style="color:white;">Ex : elephant, caminandes, ubuntu, ... </span>
</div>
</form>
<div class="clear"></div>
</div>
|