Úprava souboru index.html
This commit is contained in:
parent
06eec5fcdf
commit
86297f0538
4 changed files with 8 additions and 8 deletions
|
@ -102,8 +102,8 @@
|
|||
|
||||
<!-- SEARCH FORM -->
|
||||
<div id="search-form" class="pull-right">
|
||||
<form method="get" action="#">
|
||||
<input type="text" name="Search" value="Hledat" onFocus="if (this.value == 'Hledat') this.value = '';" onBlur="if (this.value == '') this.value = 'Hledat';" />
|
||||
<form method="get" action="https://search.brave.com/search">
|
||||
<input type="text" name="q" value="Hledat" onFocus="if (this.value == 'Hledat') this.value = '';" onBlur="if (this.value == '') this.value = 'Hledat';" />
|
||||
</form>
|
||||
</div><!-- SEARCH FORM -->
|
||||
|
||||
|
|
|
@ -134,8 +134,8 @@
|
|||
|
||||
<!-- SEARCH FORM -->
|
||||
<div id="search-form" class="pull-right">
|
||||
<form method="get" action="#">
|
||||
<input type="text" name="Search" value="Hledat" onFocus="if (this.value == 'Hledat') this.value = '';" onBlur="if (this.value == '') this.value = 'Hledat';" />
|
||||
<form method="get" action="https://search.brave.com/search">
|
||||
<input type="text" name="q" value="Hledat" onFocus="if (this.value == 'Hledat') this.value = '';" onBlur="if (this.value == '') this.value = 'Hledat';" />
|
||||
</form>
|
||||
</div><!-- SEARCH FORM -->
|
||||
|
||||
|
|
|
@ -134,8 +134,8 @@
|
|||
|
||||
<!-- SEARCH FORM -->
|
||||
<div id="search-form" class="pull-right">
|
||||
<form method="get" action="#">
|
||||
<input type="text" name="Search" value="Hledat" onFocus="if (this.value == 'Hledat') this.value = '';" onBlur="if (this.value == '') this.value = 'Hledat';" />
|
||||
<form method="get" action="https://search.brave.com/search">
|
||||
<input type="text" name="q" value="Hledat" onFocus="if (this.value == 'Hledat') this.value = '';" onBlur="if (this.value == '') this.value = 'Hledat';" />
|
||||
</form>
|
||||
</div><!-- SEARCH FORM -->
|
||||
|
||||
|
|
|
@ -102,8 +102,8 @@
|
|||
|
||||
<!-- SEARCH FORM -->
|
||||
<div id="search-form" class="pull-right">
|
||||
<form method="get" action="#">
|
||||
<input type="text" name="Search" value="Hledat" onFocus="if (this.value == 'Hledat') this.value = '';" onBlur="if (this.value == '') this.value = 'Hledat';" />
|
||||
<form method="get" action="https://search.brave.com/search">
|
||||
<input type="text" name="q" value="Hledat" onFocus="if (this.value == 'Hledat') this.value = '';" onBlur="if (this.value == '') this.value = 'Hledat';" />
|
||||
</form>
|
||||
</div><!-- SEARCH FORM -->
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue