2020-10-14 00:54:52 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Cancionero - Parroquia San Leandro</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2020-12-12 16:20:41 +01:00
|
|
|
{css}
|
2020-10-14 00:54:52 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1>Cancionero San Leandro</h1>
|
2020-12-07 18:19:15 +01:00
|
|
|
<nav class="nav">
|
|
|
|
<ul>
|
2020-12-12 16:20:41 +01:00
|
|
|
<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>
|
2020-12-07 18:19:15 +01:00
|
|
|
</ul>
|
|
|
|
</nav>
|
2020-10-14 00:54:52 +02:00
|
|
|
</header>
|
|
|
|
<main>
|
2020-12-12 16:20:41 +01:00
|
|
|
{main}
|
2020-10-14 00:54:52 +02:00
|
|
|
</main>
|
|
|
|
<footer>
|
2020-12-12 16:20:41 +01:00
|
|
|
<p>
|
|
|
|
© 2020 Carlos Galindo, Parroquia San Leandro
|
|
|
|
<a href="https://gitlab.com/parroquia-san-leandro/cancionero-web"><span>Código fuente</span></a>
|
|
|
|
</p>
|
2020-10-14 00:54:52 +02:00
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|