RSSEbra/template.html

30 lines
930 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Flux RSS pour villes et villages couverts par le groupe EBRA</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
body {
background-color: rgb(245, 238, 220);
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
footer {
font-size: small;
color: rgb(65, 65, 65);
}
ul {
list-style-type: none;
padding: 0;
}
</style>
</head>
<body>
<h1>Flux RSS</h1>
<h2>Listes des villes couvertes par cette instance</h2>
<ul>
$$$TOWN_LIST$$$
</ul>
<footer>Généré à $$$GENERATED_DATETIME$$$ - <a href="https://onnula.fr/forgejo/cyril/RSSEbra">Source</a></footer>
</body>
</html>