chiro-canto/public/header.php

10 lines
273 B
PHP
Raw Normal View History

2021-03-28 20:40:17 +02:00
<header>
<div class="container row">
2021-04-16 13:41:22 +02:00
<div class="container column">
<a href="/">
2021-03-31 15:09:10 +02:00
<h1>Chiro - Canto</h1>
2021-04-20 17:05:13 +02:00
<h2><?=_('To share bat sounds all over the world');?></h2>
2021-04-16 13:41:22 +02:00
</a>
2021-04-18 16:59:01 +02:00
</div>
2021-03-28 20:40:17 +02:00
</div>
</header>