search.php 378 B

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