Skip to content

Instantly share code, notes, and snippets.

@iplabme
Created June 2, 2025 11:44
Show Gist options
  • Save iplabme/c4c61cfbac0f1acf19c5865c80686f9f to your computer and use it in GitHub Desktop.
Save iplabme/c4c61cfbac0f1acf19c5865c80686f9f 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 bgcolor=\\"#ADFF2F\\"><th>First Name</th><th>Last Name</th><th>Nickname</th></tr><tr><td>Graham</td><td>Bell</td><td>Garry</td></tr></table></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment