RSSEbra/template.html
Cyril NOVEL a0e1913939 First version
Generate RSS feeds from url
Generate a basic website
Upload to FTP
2026-05-08 16:22:00 +02:00

30 lines
930 B
HTML

<!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>