Files
Gw0bm/resources/views/layout1/partials/searchbar.blade.php

11 lines
463 B
PHP

<div style="background:black;text-align:center;">
<span><a href="/blog">w0bm will turn 8 years old in a few months, thanks for all the great years!</a></span>
</div>
<div class="searchbar">
<form method="get" action="/main">
{!! Form::text('q', null, ['class' => 'suchleiste_video', 'placeholder' => 'Search w0bm.com']) !!}
<button type="submit" class="suchbutton_video"><i style="color:white;" class="fa fa-search"></i></button>
</form>
</div>