!752 static S html() { L l = fullBotScan(); new StringBuilder buf; buf.append("

Port scan at bots.tinybrain.de

"); buf.append(""); for (ScannedBot bot : l) { buf.append(""); buf.append(""); buf.append(""); buf.append(""); } buf.append("
" + htmlEncode(bot.helloString) + "" + htmlEncode(bot.address) + "
"); ret buf.toString(); }