9 lines
237 B
PHP
9 lines
237 B
PHP
<header>
|
|
<div class="container row">
|
|
<div class="container column">
|
|
<h1>Chiro - Canto</h1>
|
|
<h2>Bat sound sharing tools</h2>
|
|
</div>
|
|
<?php include("searchbar.php");?>
|
|
</div>
|
|
</header>
|