Úprava souboru index.html
This commit is contained in:
parent
16784d3933
commit
603805fed9
5 changed files with 6 additions and 4 deletions
|
@ -2,3 +2,5 @@
|
|||
Nějaký popis...
|
||||
[HTML5/Bootstrap Šablona 'WHITE'](https://themewagon.com/themes/white-pro-free-creative-multipurpose-html5-template/)
|
||||
|
||||
# Menší nadpis
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
<!-- SEARCH FORM -->
|
||||
<div id="search-form" class="pull-right">
|
||||
<form method="get" action="https://search.brave.com/search">
|
||||
<form method="get" target="_blank" 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,7 +134,7 @@
|
|||
|
||||
<!-- SEARCH FORM -->
|
||||
<div id="search-form" class="pull-right">
|
||||
<form method="get" action="https://search.brave.com/search">
|
||||
<form method="get" target="_blank" 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,7 +134,7 @@
|
|||
|
||||
<!-- SEARCH FORM -->
|
||||
<div id="search-form" class="pull-right">
|
||||
<form method="get" action="https://search.brave.com/search">
|
||||
<form method="get" target="_blank" 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,7 +102,7 @@
|
|||
|
||||
<!-- SEARCH FORM -->
|
||||
<div id="search-form" class="pull-right">
|
||||
<form method="get" action="https://search.brave.com/search">
|
||||
<form method="get" target="_blank" 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