Skip to content

Instantly share code, notes, and snippets.

@iplabme
Created June 3, 2025 11:03
Show Gist options
  • Save iplabme/16c1862a5ee2403c60657e2743ab41a5 to your computer and use it in GitHub Desktop.
Save iplabme/16c1862a5ee2403c60657e2743ab41a5 to your computer and use it in GitHub Desktop.
HTML Page from Telegram AI Bot
<html><head><title>Class Students</title></head><body><h1>Students List</h1><table border=\'1\'><tr style=\'background-color:#90EE90;\'><th>First Name</th><th>Last Name</th><th>Nickname</th></tr><tr><td>Гарик</td><td>Харламов</td><td>Бульдог</td></tr></table></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment