mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2024-12-22 16:53:34 +01:00
21 lines
527 B
HTML
21 lines
527 B
HTML
|
<!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">
|
||
|
%s
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<h1>Cancionero San Leandro</h1>
|
||
|
</header>
|
||
|
<main>
|
||
|
%s
|
||
|
</main>
|
||
|
<footer>
|
||
|
<p>Canciones del <a href="https://sanleandro-obispo.net/cancionero">Cancionero</a> de la <a href="https://sanleandro-obispo.net">Parroquia San Leandro</a></p>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|