mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
26 lines
661 B
Plaintext
26 lines
661 B
Plaintext
|
<!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 }}
|