irclogger_web/templates/index.html

16 lines
252 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<title>irclogger_web</title>
</head>
<body>
2023-09-08 22:05:21 +02:00
{{userbar}}
<h2>Channel list</h2>
<table border>
<tr><th>Channel</th><th>Network</th></tr>
{{publicChannels}}
{{privateChannels}}
</table>
</body>
</html>