mirror-nourybot/web/templates/home.page.gohtml

26 lines
661 B
Plaintext
Raw Normal View History

2023-12-20 02:06:05 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width,initial-scale=1" name="viewport">
<title>nourybot - lidl twitch bot</title>
<meta property="og:title" content="nourybot - lidl twitch bot">
<meta property="og:description" content="nourybot">
</head>
<h1>nourybot</h1>
<p>Channels connected to:</hp>
<table>
<tr>
<th>Twitch ID</th>
<th>Username</th>
</tr>
{{ with .Channels }}
{{ range . }}
<tr>
<td>{{ .TwitchID }}</td>
<td>{{ .Login }}</td>
</tr>
{{ end }}
</table>
{{ end }}