fedi-tumblr/modules/search.php

10 lines
378 B
PHP

<div class='element'>
<div class='avatar' style='background-image:url(:avatar:) :style:'></div>
<div class='post' id="searchbox" style="padding-top: 15px; padding-bottom: 15px;">
<form method="get">
<input type="text" name="search" style='width:80%' placeholder="Type your search here">
<input type="submit" value="&#xe800;" class="fontello">
</form>
</div>
</div>