irclogger_web/templates/view_logs.html

13 lines
183 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Logs for {{channel}} at {{server}}</title>
</head>
<body>
<table border>
<tr><th>File</th></tr>
{{logs}}
</table>
</body>
</html>