");
+ // add logos and title
+ html.append("
").append(serverName).append("
");
+ if (online) {
+ if (!authenticated) {
+ // add form
+ html.append(
+ "
");
+ } else {
+ html.append("
✅ Connected
");
+ }
+ } else {
+ html.append("
❌ Offline
");
+ }
+ // close container
+ html.append("
");
+ // add server link
+ html.append("