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