Skip to content

Instantly share code, notes, and snippets.

@iplabme
Created June 3, 2025 11:16
Show Gist options
  • Save iplabme/6e69305bf125c3ddf554274bf7d3765f to your computer and use it in GitHub Desktop.
Save iplabme/6e69305bf125c3ddf554274bf7d3765f 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:#98FB98;\\"><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