mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2024-12-22 16:53:34 +01:00
3eaed2eaa8
* Reorganize resource directories (templates, less, static) * Show categories on index * Add favicon
10 lines
502 B
HTML
10 lines
502 B
HTML
<header>
|
|
<h1><a href="{{ path }}">Cancionero San Leandro</a></h1>
|
|
<nav class="nav">
|
|
<ul>
|
|
<li><a href="https://sanleandro-obispo.net/"><span>Parroquia San Leandro</span></a></li>
|
|
<li><a href="https://nube.sanleandro-obispo.net/s/X23Jzz5A6dpCfr2"><span>Grabaciones</span></a></li>
|
|
<li><a href="https://sanleandro-obispo.net/cancionero/"><span>Cancionero en PDF</span></a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|